#CB6A65

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

Shades of Contessa #CB6A65

Tints of Contessa #CB6A65

Color information

#CB6A65 (or 0xCB6A65) is unknown color: approx Contessa. HEX triplet: CB, 6A and 65. RGB value is (203,106,101). Sum of RGB (Red+Green+Blue) = 203+106+101=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6A65 is #34959A. Grayscale: #868686. Windows color (decimal): -3446171 or 6646475. OLE color: 6646475.

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

Color convert

RGB203106101-
CMYK00.480.500.20
HSL2.94º49.51%59.61%-
HSV(B)2.94º50.25%79.61%-
XYZ32.1323.9415.24-
YUV134.43109.14176.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 106 (41.80% from 255) = 25.85%
BLUE value IS 101 (39.84% from 255) = 24.63%
R=49.51%
G=25.85%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310610100.480.500.202.9449.5159.61
HexCB6A6503032143323c
Octal313152145060622436274
Binary110010111101010110010101100001100101010011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6A65; }

 p { color: rgb(203,106,101); }

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

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

 a { background-color: rgb(203,106,101); }

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

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

 span { border-color: rgb(203,106,101); }

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