#CB7366

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

Shades of Contessa #CB7366

Tints of Contessa #CB7366

Color information

#CB7366 (or 0xCB7366) is unknown color: approx Contessa. HEX triplet: CB, 73 and 66. RGB value is (203,115,102). Sum of RGB (Red+Green+Blue) = 203+115+102=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7366 is #348C99. Grayscale: #8B8B8B. Windows color (decimal): -3443866 or 6714315. OLE color: 6714315.

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

Color convert

RGB203115102-
CMYK00.430.500.20
HSL7.72º49.27%59.8%-
HSV(B)7.72º49.75%79.61%-
XYZ33.1625.9215.83-
YUV139.83106.65173.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 115 (45.31% from 255) = 27.38%
BLUE value IS 102 (40.23% from 255) = 24.29%
R=48.33%
G=27.38%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311510200.430.500.207.7249.2759.8
HexCB736602B32148313c
Octal3131631460536224106174
Binary11001011111001111001100101011110010101001000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7366; }

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

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

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

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

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

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

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

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