#C07677

Color #C07677 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #C07677

Tints of Turkish Rose #C07677

Color information

#C07677 (or 0xC07677) is unknown color: approx Turkish Rose. HEX triplet: C0, 76 and 77. RGB value is (192,118,119). Sum of RGB (Red+Green+Blue) = 192+118+119=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C07677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07677 is #3F8988. Grayscale: #8C8C8C. Windows color (decimal): -4163977 or 7829184. OLE color: 7829184.

HSL color Cylindrical-coordinate representation of color #C07677: hue angle of 359.19º 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 #C07677 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB192118119-
CMYK00.390.380.25
HSL359.19º37%60.78%-
HSV(B)359.19º38.54%75.29%-
XYZ31.5525.520.71-
YUV140.24116.02164.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 119 (46.88% from 255) = 27.74%
R=44.76%
G=27.51%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211811900.390.380.25359.193760.78
HexC076770272619167253d
Octal30016616704746315474575
Binary1100000011101101110111010011110011011001101100111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07677; }

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

 H1.HeaderClassName
 {
   color: #C07677;
 }
 .AnyTagClassName
 {
   color: #C07677;
 }
</style>
background-color css

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

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

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

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

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

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