#CB7066

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

Shades of Contessa #CB7066

Tints of Contessa #CB7066

Color information

#CB7066 (or 0xCB7066) is unknown color: approx Contessa. HEX triplet: CB, 70 and 66. RGB value is (203,112,102). Sum of RGB (Red+Green+Blue) = 203+112+102=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7066 is #348F99. Grayscale: #8A8A8A. Windows color (decimal): -3444634 or 6713547. OLE color: 6713547.

HSL color Cylindrical-coordinate representation of color #CB7066: hue angle of 5.94º degrees, saturation: 0.49, 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 #CB7066 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203112102-
CMYK00.450.500.20
HSL5.94º49.27%59.8%-
HSV(B)5.94º49.75%79.61%-
XYZ32.8225.2415.71-
YUV138.07107.65174.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.68%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=48.68%
G=26.86%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311210200.450.500.205.9449.2759.8
HexCB706602D32146313c
Octal313160146055622466174
Binary1100101111100001100110010110111001010100110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7066; }

 p { color: rgb(203,112,102); }

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

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

 a { background-color: rgb(203,112,102); }

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

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

 span { border-color: rgb(203,112,102); }

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