#CB6861

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

Shades of Contessa #CB6861

Tints of Contessa #CB6861

Color information

#CB6861 (or 0xCB6861) is unknown color: approx Contessa. HEX triplet: CB, 68 and 61. RGB value is (203,104,97). Sum of RGB (Red+Green+Blue) = 203+104+97=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6861 is #34979E. Grayscale: #848484. Windows color (decimal): -3446687 or 6383819. OLE color: 6383819.

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

Color convert

RGB20310497-
CMYK00.490.520.20
HSL3.96º50.48%58.82%-
HSV(B)3.96º52.22%79.61%-
XYZ31.7423.4614.16-
YUV132.8107.8178.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.25%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=50.25%
G=25.74%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031049700.490.520.203.9650.4858.82
HexCB686103134144323b
Octal313150141061642446273
Binary1100101111010001100001011000111010010100100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6861; }

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

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

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

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

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

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

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

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