#CB766D

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

Shades of Contessa #CB766D

Tints of Contessa #CB766D

Color information

#CB766D (or 0xCB766D) is unknown color: approx Contessa. HEX triplet: CB, 76 and 6D. RGB value is (203,118,109). Sum of RGB (Red+Green+Blue) = 203+118+109=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB766D is #348992. Grayscale: #8E8E8E. Windows color (decimal): -3443091 or 7173835. OLE color: 7173835.

HSL color Cylindrical-coordinate representation of color #CB766D: hue angle of 5.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB766D is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB203118109-
CMYK00.420.460.20
HSL5.74º47.47%61.18%-
HSV(B)5.74º46.31%79.61%-
XYZ33.8726.7617.85-
YUV142.39109.16171.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.21%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=47.21%
G=27.44%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311810900.420.460.205.7447.4761.18
HexCB766D02A2E1462f3d
Octal313166155052562465775
Binary1100101111101101101101010101010111010100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB766D; }

 p { color: rgb(203,118,109); }

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

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

 a { background-color: rgb(203,118,109); }

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

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

 span { border-color: rgb(203,118,109); }

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