#CB7975

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

Shades of Contessa #CB7975

Tints of Contessa #CB7975

Color information

#CB7975 (or 0xCB7975) is unknown color: approx Contessa. HEX triplet: CB, 79 and 75. RGB value is (203,121,117). Sum of RGB (Red+Green+Blue) = 203+121+117=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7975 is #34868A. Grayscale: #919191. Windows color (decimal): -3442315 or 7698891. OLE color: 7698891.

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

Color convert

RGB203121117-
CMYK00.400.420.20
HSL2.79º45.26%62.75%-
HSV(B)2.79º42.36%79.61%-
XYZ34.6827.6620.34-
YUV145.06112.17169.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 121 (47.66% from 255) = 27.44%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=46.03%
G=27.44%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312111700.400.420.202.7945.2662.75
HexCB79750282A1432d3f
Octal313171165050522435577
Binary110010111111001111010101010001010101010011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7975; }

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

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

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

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

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

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

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

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