#C07376

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

Shades of Turkish Rose #C07376

Tints of Turkish Rose #C07376

Color information

#C07376 (or 0xC07376) is unknown color: approx Turkish Rose. HEX triplet: C0, 73 and 76. RGB value is (192,115,118). Sum of RGB (Red+Green+Blue) = 192+115+118=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C07376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07376 is #3F8C89. Grayscale: #8A8A8A. Windows color (decimal): -4164746 or 7762880. OLE color: 7762880.

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

Color convert

RGB192115118-
CMYK00.400.390.25
HSL357.66º37.93%60.2%-
HSV(B)357.66º40.1%75.29%-
XYZ31.1424.7820.28-
YUV138.36116.51166.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 118 (46.48% from 255) = 27.76%
R=45.18%
G=27.06%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211511800.400.390.25357.6637.9360.2
HexC073760282719166263c
Octal30016316605047315464674
Binary1100000011100111110110010100010011111001101100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07376; }

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

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

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

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

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

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

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

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