#CB6961

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

Shades of Contessa #CB6961

Tints of Contessa #CB6961

Color information

#CB6961 (or 0xCB6961) is unknown color: approx Contessa. HEX triplet: CB, 69 and 61. RGB value is (203,105,97). Sum of RGB (Red+Green+Blue) = 203+105+97=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6961 is #34969E. Grayscale: #858585. Windows color (decimal): -3446431 or 6384075. OLE color: 6384075.

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

Color convert

RGB20310597-
CMYK00.480.520.20
HSL4.53º50.48%58.82%-
HSV(B)4.53º52.22%79.61%-
XYZ31.8423.6614.2-
YUV133.39107.47177.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.12%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=50.12%
G=25.93%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031059700.480.520.204.5350.4858.82
HexCB696103034145323b
Octal313151141060642456273
Binary1100101111010011100001011000011010010100101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6961; }

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

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

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

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

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

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

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

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