#CA7675

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

Shades of Contessa #CA7675

Tints of Contessa #CA7675

Color information

#CA7675 (or 0xCA7675) is unknown color: approx Contessa. HEX triplet: CA, 76 and 75. RGB value is (202,118,117). Sum of RGB (Red+Green+Blue) = 202+118+117=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7675 is #35898A. Grayscale: #8F8F8F. Windows color (decimal): -3508619 or 7698122. OLE color: 7698122.

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

Color convert

RGB202118117-
CMYK00.420.420.21
HSL0.71º44.5%62.55%-
HSV(B)0.71º42.08%79.22%-
XYZ34.0526.820.21-
YUV143113.33170.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 118 (46.48% from 255) = 27.00%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=46.22%
G=27.00%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211811700.420.420.210.7144.562.55
HexCA767502A2A1512d3f
Octal312166165052522515577
Binary11001010111011011101010101010101010101011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7675; }

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

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

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

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

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

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

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

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