#CB6F6C

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

Shades of Contessa #CB6F6C

Tints of Contessa #CB6F6C

Color information

#CB6F6C (or 0xCB6F6C) is unknown color: approx Contessa. HEX triplet: CB, 6F and 6C. RGB value is (203,111,108). Sum of RGB (Red+Green+Blue) = 203+111+108=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6F6C is #349093. Grayscale: #8A8A8A. Windows color (decimal): -3444884 or 7106507. OLE color: 7106507.

HSL color Cylindrical-coordinate representation of color #CB6F6C: hue angle of 1.89º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6F6C is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB203111108-
CMYK00.450.470.20
HSL1.89º47.74%60.98%-
HSV(B)1.89º46.8%79.61%-
XYZ33.0225.1517.3-
YUV138.17110.98174.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=48.10%
G=26.30%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311110800.450.470.201.8947.7460.98
HexCB6F6C02D2F142303d
Octal313157154055572426075
Binary110010111101111110110001011011011111010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6F6C; }

 p { color: rgb(203,111,108); }

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

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

 a { background-color: rgb(203,111,108); }

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

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

 span { border-color: rgb(203,111,108); }

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