Html Css Color HEX #C07576 Turkish Rose

📋 copy color: '#C07576'

red 192 ◦ green 117 ◦ blue 118

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

Shades of Turkish Rose #C07576

Tints of Turkish Rose #C07576

RGB

 RED value IS 192 (75.39% from 255) = 44.96%

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

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

R = 44.96%
G = 27.4%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C07576 (or 0xC07576) is known color: Turkish Rose. HEX triplet: C0, 75 and 76. RGB value is (192,117,118). Sum of RGB (Red+Green+Blue) = 192+117+118=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C07576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07576 is #3F8A89. Grayscale: #8B8B8B. Windows color (decimal): -4164234 or 7763392. OLE color: 7763392.

HSL color Cylindrical-coordinate representation of color #C07576: hue angle of 359.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07576 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 118 -
CMYK 0 0.39 0.39 0.25
HSL 359.2º 0.37% 0.61% -
HSV(B) 359.2º 0.39% 0.75% -
XYZ 31.37 25.24 20.36 -
YUV 139.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 192 117 118 0 0.39 0.39 0.25 359.2 0.37 0.61
Hex C0 75 76 0 27 27 19 167 25 3D
Octal 300 165 166 0 47 47 31 547 45 75
Binary 11000000 1110101 1110110 0 100111 100111 11001 101100111 100101 111101

Color Harmonies of #C07576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07576

Black with #C07576

Text Example


Text Example

White with #C07576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07576; }

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

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

background-color css

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

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

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

border-color css

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

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

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