#CA754A

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

Shades of Red Damask #CA754A

Tints of Red Damask #CA754A

Color information

#CA754A (or 0xCA754A) is unknown color: approx Red Damask. HEX triplet: CA, 75 and 4A. RGB value is (202,117,74). Sum of RGB (Red+Green+Blue) = 202+117+74=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA754A is #358AB5. Grayscale: #898989. Windows color (decimal): -3508918 or 4879818. OLE color: 4879818.

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

Color convert

RGB20211774-
CMYK00.420.630.21
HSL20.16º54.7%54.12%-
HSV(B)20.16º63.37%79.22%-
XYZ31.9525.779.77-
YUV137.5192.16174-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 117 (46.09% from 255) = 29.77%
BLUE value IS 74 (29.30% from 255) = 18.83%
R=51.40%
G=29.77%
B=18.83%

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
Decimal2021177400.420.630.2120.1654.754.12
HexCA754A02A3F15143736
Octal3121651120527725246766
Binary110010101110101100101001010101111111010110100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA754A; }

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

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

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

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

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

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

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

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