#CB6C63

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

Shades of Contessa #CB6C63

Tints of Contessa #CB6C63

Color information

#CB6C63 (or 0xCB6C63) is unknown color: approx Contessa. HEX triplet: CB, 6C and 63. RGB value is (203,108,99). Sum of RGB (Red+Green+Blue) = 203+108+99=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C63 is #34939C. Grayscale: #878787. Windows color (decimal): -3445661 or 6515915. OLE color: 6515915.

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

Color convert

RGB20310899-
CMYK00.470.510.20
HSL5.19º50%59.22%-
HSV(B)5.19º51.23%79.61%-
XYZ32.2424.3214.8-
YUV135.38107.47176.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 108 (42.58% from 255) = 26.34%
BLUE value IS 99 (39.06% from 255) = 24.15%
R=49.51%
G=26.34%
B=24.15%

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
Decimal2031089900.470.510.205.195059.22
HexCB6C6302F33145323b
Octal313154143057632456273
Binary1100101111011001100011010111111001110100101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6C63; }

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

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

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

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

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

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

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

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