#CA764B

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

Shades of Red Damask #CA764B

Tints of Red Damask #CA764B

Color information

#CA764B (or 0xCA764B) is unknown color: approx Red Damask. HEX triplet: CA, 76 and 4B. RGB value is (202,118,75). Sum of RGB (Red+Green+Blue) = 202+118+75=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA764B is #3589B4. Grayscale: #8A8A8A. Windows color (decimal): -3508661 or 4945610. OLE color: 4945610.

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

Color convert

RGB20211875-
CMYK00.420.630.21
HSL20.31º54.51%54.31%-
HSV(B)20.31º62.87%79.22%-
XYZ32.1126.029.99-
YUV138.2192.33173.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.14%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 75 (29.69% from 255) = 18.99%
R=51.14%
G=29.87%
B=18.99%

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
Decimal2021187500.420.630.2120.3154.5154.31
HexCA764B02A3F15143736
Octal3121661130527725246766
Binary110010101110110100101101010101111111010110100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA764B; }

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

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

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

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

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

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

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

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