#CB7974

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

Shades of Contessa #CB7974

Tints of Contessa #CB7974

Color information

#CB7974 (or 0xCB7974) is unknown color: approx Contessa. HEX triplet: CB, 79 and 74. RGB value is (203,121,116). Sum of RGB (Red+Green+Blue) = 203+121+116=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7974 is #34868B. Grayscale: #919191. Windows color (decimal): -3442316 or 7633355. OLE color: 7633355.

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

Color convert

RGB203121116-
CMYK00.400.430.20
HSL3.45º45.55%62.55%-
HSV(B)3.45º42.86%79.61%-
XYZ34.6227.6320.03-
YUV144.95111.67169.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.14%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 116 (45.70% from 255) = 26.36%
R=46.14%
G=27.5%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312111600.400.430.203.4545.5562.55
HexCB79740282B1432e3f
Octal313171164050532435677
Binary110010111111001111010001010001010111010011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7974; }

 p { color: rgb(203,121,116); }

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

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

 a { background-color: rgb(203,121,116); }

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

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

 span { border-color: rgb(203,121,116); }

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