#CB6D65

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

Shades of Contessa #CB6D65

Tints of Contessa #CB6D65

Color information

#CB6D65 (or 0xCB6D65) is unknown color: approx Contessa. HEX triplet: CB, 6D and 65. RGB value is (203,109,101). Sum of RGB (Red+Green+Blue) = 203+109+101=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6D65 is #34929A. Grayscale: #888888. Windows color (decimal): -3445403 or 6647243. OLE color: 6647243.

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

Color convert

RGB203109101-
CMYK00.460.500.20
HSL4.71º49.51%59.61%-
HSV(B)4.71º50.25%79.61%-
XYZ32.4524.5715.34-
YUV136.19108.14175.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.15%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 101 (39.84% from 255) = 24.46%
R=49.15%
G=26.39%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310910100.460.500.204.7149.5159.61
HexCB6D6502E32145323c
Octal313155145056622456274
Binary1100101111011011100101010111011001010100101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6D65; }

 p { color: rgb(203,109,101); }

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

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

 a { background-color: rgb(203,109,101); }

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

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

 span { border-color: rgb(203,109,101); }

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