#cb7667

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

Shades of Contessa #CB7667

Tints of Contessa #CB7667

Color information

#CB7667 (or 0xCB7667) is unknown color: approx Contessa. HEX triplet: CB, 76 and 67. RGB value is (203,118,103). Sum of RGB (Red+Green+Blue) = 203+118+103=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7667 is #348998. Grayscale: #8D8D8D. Windows color (decimal): -3443097 or 6780619. OLE color: 6780619.

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

Color convert

RGB203118103-
CMYK00.420.490.20
HSL49.02%60%-
HSV(B)49.26%79.61%-
XYZ33.5626.6316.2-
YUV141.7106.16171.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 103 (40.62% from 255) = 24.29%
R=47.88%
G=27.83%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311810300.420.490.20949.0260
HexCB766702A31149313c
Octal3131661470526124116174
Binary11001011111011011001110101010110001101001001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb7667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb7667; }

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

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

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

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

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

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

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

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