#C06A72

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

Shades of Turkish Rose #C06A72

Tints of Turkish Rose #C06A72

Color information

#C06A72 (or 0xC06A72) is unknown color: approx Turkish Rose. HEX triplet: C0, 6A and 72. RGB value is (192,106,114). Sum of RGB (Red+Green+Blue) = 192+106+114=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A72 is #3F958D. Grayscale: #848484. Windows color (decimal): -4167054 or 7498432. OLE color: 7498432.

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

Color convert

RGB192106114-
CMYK00.450.410.25
HSL354.42º40.57%58.43%-
HSV(B)354.42º44.79%75.29%-
XYZ29.9322.7318.73-
YUV132.63117.49170.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.60%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 114 (44.92% from 255) = 27.67%
R=46.60%
G=25.73%
B=27.67%

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
Decimal19210611400.450.410.25354.4240.5758.43
HexC06A7202D2919162293a
Octal30015216205551315425172
Binary1100000011010101110010010110110100111001101100010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06A72; }

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

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

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

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

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

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

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

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