#C06F74

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

Shades of Turkish Rose #C06F74

Tints of Turkish Rose #C06F74

Color information

#C06F74 (or 0xC06F74) is unknown color: approx Turkish Rose. HEX triplet: C0, 6F and 74. RGB value is (192,111,116). Sum of RGB (Red+Green+Blue) = 192+111+116=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F74 is #3F908B. Grayscale: #878787. Windows color (decimal): -4165772 or 7630784. OLE color: 7630784.

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

Color convert

RGB192111116-
CMYK00.420.400.25
HSL356.3º39.13%59.41%-
HSV(B)356.3º42.19%75.29%-
XYZ30.5823.8419.51-
YUV135.79116.84168.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=45.82%
G=26.49%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211111600.420.400.25356.339.1359.41
HexC06F7402A2819164273b
Octal30015716405250315444773
Binary1100000011011111110100010101010100011001101100100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06F74; }

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

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

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

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

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

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

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

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