#CA764A

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

Shades of Red Damask #CA764A

Tints of Red Damask #CA764A

Color information

#CA764A (or 0xCA764A) is unknown color: approx Red Damask. HEX triplet: CA, 76 and 4A. RGB value is (202,118,74). Sum of RGB (Red+Green+Blue) = 202+118+74=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA764A is #3589B5. Grayscale: #8A8A8A. Windows color (decimal): -3508662 or 4880074. OLE color: 4880074.

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

Color convert

RGB20211874-
CMYK00.420.630.21
HSL20.62º54.7%54.12%-
HSV(B)20.62º63.37%79.22%-
XYZ32.0726.019.81-
YUV138.191.83173.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.27%
GREEN value IS 118 (46.48% from 255) = 29.95%
BLUE value IS 74 (29.30% from 255) = 18.78%
R=51.27%
G=29.95%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021187400.420.630.2120.6254.754.12
HexCA764A02A3F15153736
Octal3121661120527725256766
Binary110010101110110100101001010101111111010110101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA764A; }

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

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

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

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

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

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

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

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