#CB6765

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

Shades of Contessa #CB6765

Tints of Contessa #CB6765

Color information

#CB6765 (or 0xCB6765) is unknown color: approx Contessa. HEX triplet: CB, 67 and 65. RGB value is (203,103,101). Sum of RGB (Red+Green+Blue) = 203+103+101=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6765 is #34989A. Grayscale: #848484. Windows color (decimal): -3446939 or 6645707. OLE color: 6645707.

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

Color convert

RGB203103101-
CMYK00.490.500.20
HSL1.18º49.51%59.61%-
HSV(B)1.18º50.25%79.61%-
XYZ31.8323.3415.14-
YUV132.67110.13178.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.88%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 101 (39.84% from 255) = 24.82%
R=49.88%
G=25.31%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310310100.490.500.201.1849.5159.61
HexCB676503132141323c
Octal313147145061622416274
Binary11001011110011111001010110001110010101001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6765; }

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

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

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

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

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

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

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

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