#CA7B75

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

Shades of Contessa #CA7B75

Tints of Contessa #CA7B75

Color information

#CA7B75 (or 0xCA7B75) is unknown color: approx Contessa. HEX triplet: CA, 7B and 75. RGB value is (202,123,117). Sum of RGB (Red+Green+Blue) = 202+123+117=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B75 is #35848A. Grayscale: #929292. Windows color (decimal): -3507339 or 7699402. OLE color: 7699402.

HSL color Cylindrical-coordinate representation of color #CA7B75: hue angle of 4.24º 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 #CA7B75 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202123117-
CMYK00.390.420.21
HSL4.24º44.5%62.55%-
HSV(B)4.24º42.08%79.22%-
XYZ34.6528.0120.41-
YUV145.94111.67167.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=45.70%
G=27.83%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212311700.390.420.214.2444.562.55
HexCA7B750272A1542d3f
Octal312173165047522545577
Binary1100101011110111110101010011110101010101100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7B75; }

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

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

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

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

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

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

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

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