#CB786B

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

Shades of Contessa #CB786B

Tints of Contessa #CB786B

Color information

#CB786B (or 0xCB786B) is unknown color: approx Contessa. HEX triplet: CB, 78 and 6B. RGB value is (203,120,107). Sum of RGB (Red+Green+Blue) = 203+120+107=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB786B is #348794. Grayscale: #8F8F8F. Windows color (decimal): -3442581 or 7043275. OLE color: 7043275.

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

Color convert

RGB203120107-
CMYK00.410.470.20
HSL8.12º48%60.78%-
HSV(B)8.12º47.29%79.61%-
XYZ3427.1917.37-
YUV143.34107.5170.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.21%
GREEN value IS 120 (47.27% from 255) = 27.91%
BLUE value IS 107 (42.19% from 255) = 24.88%
R=47.21%
G=27.91%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312010700.410.470.208.124860.78
HexCB786B0292F148303d
Octal3131701530515724106075
Binary11001011111100011010110101001101111101001000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB786B; }

 p { color: rgb(203,120,107); }

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

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

 a { background-color: rgb(203,120,107); }

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

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

 span { border-color: rgb(203,120,107); }

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