Html Css Color HEX #C25F7F Tapestry

📋 copy color: '#C25F7F'

red 194 ◦ green 95 ◦ blue 127

#C25F7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #C25F7F

Tints of Tapestry #C25F7F

RGB

 RED value IS 194 (76.17% from 255) = 46.63%

 GREEN value IS 95 (37.5% from 255) = 22.84%

 BLUE value IS 127 (50% from 255) = 30.53%

R = 46.63%
G = 22.84%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C25F7F (or 0xC25F7F) is known color: Tapestry. HEX triplet: C2, 5F and 7F. RGB value is (194,95,127). Sum of RGB (Red+Green+Blue) = 194+95+127=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F7F is #3DA080. Grayscale: #808080. Windows color (decimal): -4038785 or 8347586. OLE color: 8347586.

HSL color Cylindrical-coordinate representation of color #C25F7F: hue angle of 340.61º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C25F7F is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 95 127 -
CMYK 0 0.51 0.35 0.24
HSL 340.61º 0.45% 0.57% -
HSV(B) 340.61º 0.51% 0.76% -
XYZ 30.17 21.19 22.58 -
YUV 128.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 194 95 127 0 0.51 0.35 0.24 340.61 0.45 0.57
Hex C2 5F 7F 0 33 23 18 155 2D 39
Octal 302 137 177 0 63 43 30 525 55 71
Binary 11000010 1011111 1111111 0 110011 100011 11000 101010101 101101 111001

Color Harmonies of #C25F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F7F

Black with #C25F7F

Text Example


Text Example

White with #C25F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F7F; }

 p { color: rgb(194,95,127); }

 H1.HeaderClassName
 {
   color: #C25F7F;
 }
 .AnyTagClassName
 {
   color: #C25F7F;
 }
</style>

background-color css

<style>
 a { background-color: #C25F7F; }

 a { background-color: rgb(194,95,127); }

 div.DivClassName
 {
   background-color: #C25F7F;
 }
 .BgClassName
 {
   background-color: #C25F7F;
 }
</style>

border-color css

<style>
 span { border-color: #C25F7F; }

 span { border-color: rgb(194,95,127); }

 td.TdClassName
 {
   border-color: #C25F7F;
 }
 .TagClassName
 {
   border-color: #C25F7F;
 }
</style>