#CB7673

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

Shades of Contessa #CB7673

Tints of Contessa #CB7673

Color information

#CB7673 (or 0xCB7673) is unknown color: approx Contessa. HEX triplet: CB, 76 and 73. RGB value is (203,118,115). Sum of RGB (Red+Green+Blue) = 203+118+115=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7673 is #34898C. Grayscale: #8F8F8F. Windows color (decimal): -3443085 or 7567051. OLE color: 7567051.

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

Color convert

RGB203118115-
CMYK00.420.430.20
HSL2.05º45.83%62.35%-
HSV(B)2.05º43.35%79.61%-
XYZ34.226.8919.61-
YUV143.07112.16170.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 115 (45.31% from 255) = 26.38%
R=46.56%
G=27.06%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311811500.420.430.202.0545.8362.35
HexCB767302A2B1422e3e
Octal313166163052532425676
Binary110010111110110111001101010101010111010010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7673; }

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

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

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

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

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

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

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

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