#C06B6F

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

Shades of Turkish Rose #C06B6F

Tints of Turkish Rose #C06B6F

Color information

#C06B6F (or 0xC06B6F) is unknown color: approx Turkish Rose. HEX triplet: C0, 6B and 6F. RGB value is (192,107,111). Sum of RGB (Red+Green+Blue) = 192+107+111=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06B6F is #3F9490. Grayscale: #848484. Windows color (decimal): -4166801 or 7302080. OLE color: 7302080.

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

Color convert

RGB192107111-
CMYK00.440.420.25
HSL357.18º40.28%58.63%-
HSV(B)357.18º44.27%75.29%-
XYZ29.8722.8717.88-
YUV132.87115.66170.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.83%
GREEN value IS 107 (42.19% from 255) = 26.10%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=46.83%
G=26.10%
B=27.07%

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
Decimal19210711100.440.420.25357.1840.2858.63
HexC06B6F02C2A19165283b
Octal30015315705452315455073
Binary1100000011010111101111010110010101011001101100101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06B6F; }

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

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

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

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

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

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

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

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