#CB7266

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

Shades of Contessa #CB7266

Tints of Contessa #CB7266

Color information

#CB7266 (or 0xCB7266) is unknown color: approx Contessa. HEX triplet: CB, 72 and 66. RGB value is (203,114,102). Sum of RGB (Red+Green+Blue) = 203+114+102=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7266 is #348D99. Grayscale: #8B8B8B. Windows color (decimal): -3444122 or 6714059. OLE color: 6714059.

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

Color convert

RGB203114102-
CMYK00.440.500.20
HSL7.13º49.27%59.8%-
HSV(B)7.13º49.75%79.61%-
XYZ33.0425.6915.79-
YUV139.24106.99173.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.45%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 102 (40.23% from 255) = 24.34%
R=48.45%
G=27.21%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311410200.440.500.207.1349.2759.8
HexCB726602C32147313c
Octal313162146054622476174
Binary1100101111100101100110010110011001010100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7266; }

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

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

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

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

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

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

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

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