#C06B70

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

Shades of Turkish Rose #C06B70

Tints of Turkish Rose #C06B70

Color information

#C06B70 (or 0xC06B70) is unknown color: approx Turkish Rose. HEX triplet: C0, 6B and 70. RGB value is (192,107,112). Sum of RGB (Red+Green+Blue) = 192+107+112=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06B70 is #3F948F. Grayscale: #858585. Windows color (decimal): -4166800 or 7367616. OLE color: 7367616.

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

Color convert

RGB192107112-
CMYK00.440.420.25
HSL356.47º40.28%58.63%-
HSV(B)356.47º44.27%75.29%-
XYZ29.9222.8918.17-
YUV132.99116.16170.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.72%
GREEN value IS 107 (42.19% from 255) = 26.03%
BLUE value IS 112 (44.14% from 255) = 27.25%
R=46.72%
G=26.03%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210711200.440.420.25356.4740.2858.63
HexC06B7002C2A19164283b
Octal30015316005452315445073
Binary1100000011010111110000010110010101011001101100100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06B70; }

 p { color: rgb(192,107,112); }

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

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

 a { background-color: rgb(192,107,112); }

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

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

 span { border-color: rgb(192,107,112); }

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