#C06972

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

Shades of Turkish Rose #C06972

Tints of Turkish Rose #C06972

Color information

#C06972 (or 0xC06972) is unknown color: approx Turkish Rose. HEX triplet: C0, 69 and 72. RGB value is (192,105,114). Sum of RGB (Red+Green+Blue) = 192+105+114=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C06972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06972 is #3F968D. Grayscale: #848484. Windows color (decimal): -4167310 or 7498176. OLE color: 7498176.

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

Color convert

RGB192105114-
CMYK00.450.410.25
HSL353.79º40.85%58.24%-
HSV(B)353.79º45.31%75.29%-
XYZ29.8322.5218.7-
YUV132.04117.82170.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.72%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=46.72%
G=25.55%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210511400.450.410.25353.7940.8558.24
HexC0697202D2919162293a
Octal30015116205551315425172
Binary1100000011010011110010010110110100111001101100010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06972; }

 p { color: rgb(192,105,114); }

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

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

 a { background-color: rgb(192,105,114); }

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

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

 span { border-color: rgb(192,105,114); }

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