#C06B6B

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

Shades of Contessa #C06B6B

Tints of Contessa #C06B6B

Color information

#C06B6B (or 0xC06B6B) is unknown color: approx Contessa. HEX triplet: C0, 6B and 6B. RGB value is (192,107,107). Sum of RGB (Red+Green+Blue) = 192+107+107=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06B6B is #3F9494. Grayscale: #848484. Windows color (decimal): -4166805 or 7039936. OLE color: 7039936.

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

Color convert

RGB192107107-
CMYK00.440.440.25
HSL40.28%58.63%-
HSV(B)44.27%75.29%-
XYZ29.6522.7816.74-
YUV132.42113.66170.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.29%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 107 (42.19% from 255) = 26.35%
R=47.29%
G=26.35%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210710700.440.440.25040.2858.63
HexC06B6B02C2C190283b
Octal300153153054543105073
Binary11000000110101111010110101100101100110010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06B6B; }

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

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

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

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

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

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

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

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