#CA6764

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

Shades of Contessa #CA6764

Tints of Contessa #CA6764

Color information

#CA6764 (or 0xCA6764) is unknown color: approx Contessa. HEX triplet: CA, 67 and 64. RGB value is (202,103,100). Sum of RGB (Red+Green+Blue) = 202+103+100=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6764 is #35989B. Grayscale: #848484. Windows color (decimal): -3512476 or 6580170. OLE color: 6580170.

HSL color Cylindrical-coordinate representation of color #CA6764: hue angle of 1.76º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6764 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202103100-
CMYK00.490.500.21
HSL1.76º49.04%59.22%-
HSV(B)1.76º50.5%79.22%-
XYZ31.5123.1814.87-
YUV132.26109.8177.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 103 (40.62% from 255) = 25.43%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=49.88%
G=25.43%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210310000.490.500.211.7649.0459.22
HexCA676403132152313b
Octal312147144061622526173
Binary110010101100111110010001100011100101010110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6764; }

 p { color: rgb(202,103,100); }

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

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

 a { background-color: rgb(202,103,100); }

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

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

 span { border-color: rgb(202,103,100); }

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