#CB7969

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

Shades of Contessa #CB7969

Tints of Contessa #CB7969

Color information

#CB7969 (or 0xCB7969) is unknown color: approx Contessa. HEX triplet: CB, 79 and 69. RGB value is (203,121,105). Sum of RGB (Red+Green+Blue) = 203+121+105=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7969 is #348696. Grayscale: #8F8F8F. Windows color (decimal): -3442327 or 6912459. OLE color: 6912459.

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

Color convert

RGB203121105-
CMYK00.400.480.20
HSL9.8º48.51%60.39%-
HSV(B)9.8º48.28%79.61%-
XYZ34.0227.3916.86-
YUV143.69106.17170.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 121 (47.66% from 255) = 28.21%
BLUE value IS 105 (41.41% from 255) = 24.48%
R=47.32%
G=28.21%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312110500.400.480.209.848.5160.39
HexCB79690283014a313c
Octal3131711510506024126174
Binary11001011111100111010010101000110000101001010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7969; }

 p { color: rgb(203,121,105); }

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

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

 a { background-color: rgb(203,121,105); }

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

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

 span { border-color: rgb(203,121,105); }

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