#CB6C64

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

Shades of Contessa #CB6C64

Tints of Contessa #CB6C64

Color information

#CB6C64 (or 0xCB6C64) is unknown color: approx Contessa. HEX triplet: CB, 6C and 64. RGB value is (203,108,100). Sum of RGB (Red+Green+Blue) = 203+108+100=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C64 is #34939B. Grayscale: #878787. Windows color (decimal): -3445660 or 6581451. OLE color: 6581451.

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

Color convert

RGB203108100-
CMYK00.470.510.20
HSL4.66º49.76%59.41%-
HSV(B)4.66º50.74%79.61%-
XYZ32.2924.3415.05-
YUV135.49107.97176.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.39%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 100 (39.45% from 255) = 24.33%
R=49.39%
G=26.28%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310810000.470.510.204.6649.7659.41
HexCB6C6402F33145323b
Octal313154144057632456273
Binary1100101111011001100100010111111001110100101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6C64; }

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

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

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

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

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

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

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

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