Html Css Color HEX #C27576 Turkish Rose

📋 copy color: '#C27576'

red 194 ◦ green 117 ◦ blue 118

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

Shades of Turkish Rose #C27576

Tints of Turkish Rose #C27576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.27%

 BLUE value IS 118 (46.48% from 255) = 27.51%

R = 45.22%
G = 27.27%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C27576 (or 0xC27576) is known color: Turkish Rose. HEX triplet: C2, 75 and 76. RGB value is (194,117,118). Sum of RGB (Red+Green+Blue) = 194+117+118=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C27576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27576 is #3D8A89. Grayscale: #8C8C8C. Windows color (decimal): -4033162 or 7763394. OLE color: 7763394.

HSL color Cylindrical-coordinate representation of color #C27576: hue angle of 359.22º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27576 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 117 118 -
CMYK 0 0.40 0.39 0.24
HSL 359.22º 0.39% 0.61% -
HSV(B) 359.22º 0.4% 0.76% -
XYZ 31.88 25.5 20.38 -
YUV 140.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 194 117 118 0 0.40 0.39 0.24 359.22 0.39 0.61
Hex C2 75 76 0 28 27 18 167 27 3D
Octal 302 165 166 0 50 47 30 547 47 75
Binary 11000010 1110101 1110110 0 101000 100111 11000 101100111 100111 111101

Color Harmonies of #C27576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27576

Black with #C27576

Text Example


Text Example

White with #C27576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27576; }

 p { color: rgb(194,117,118); }

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

background-color css

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

 a { background-color: rgb(194,117,118); }

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

border-color css

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

 span { border-color: rgb(194,117,118); }

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