#C07477

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

Shades of Turkish Rose #C07477

Tints of Turkish Rose #C07477

Color information

#C07477 (or 0xC07477) is unknown color: approx Turkish Rose. HEX triplet: C0, 74 and 77. RGB value is (192,116,119). Sum of RGB (Red+Green+Blue) = 192+116+119=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C07477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07477 is #3F8B88. Grayscale: #8B8B8B. Windows color (decimal): -4164489 or 7828672. OLE color: 7828672.

HSL color Cylindrical-coordinate representation of color #C07477: hue angle of 357.63º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07477 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB192116119-
CMYK00.400.380.25
HSL357.63º37.62%60.39%-
HSV(B)357.63º39.58%75.29%-
XYZ31.3125.0320.63-
YUV139.07116.68165.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 116 (45.70% from 255) = 27.17%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=44.96%
G=27.17%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211611900.400.380.25357.6337.6260.39
HexC074770282619166263c
Octal30016416705046315464674
Binary1100000011101001110111010100010011011001101100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07477; }

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

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

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

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

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

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

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

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