#CA7975

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

Shades of Contessa #CA7975

Tints of Contessa #CA7975

Color information

#CA7975 (or 0xCA7975) is unknown color: approx Contessa. HEX triplet: CA, 79 and 75. RGB value is (202,121,117). Sum of RGB (Red+Green+Blue) = 202+121+117=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7975 is #35868A. Grayscale: #909090. Windows color (decimal): -3507851 or 7698890. OLE color: 7698890.

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

Color convert

RGB202121117-
CMYK00.400.420.21
HSL2.82º44.5%62.55%-
HSV(B)2.82º42.08%79.22%-
XYZ34.4127.5220.33-
YUV144.76112.34168.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=45.91%
G=27.5%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212111700.400.420.212.8244.562.55
HexCA79750282A1532d3f
Octal312171165050522535577
Binary110010101111001111010101010001010101010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7975; }

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

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

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

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

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

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

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

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