#CA7451

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

Shades of Red Damask #CA7451

Tints of Red Damask #CA7451

Color information

#CA7451 (or 0xCA7451) is unknown color: approx Red Damask. HEX triplet: CA, 74 and 51. RGB value is (202,116,81). Sum of RGB (Red+Green+Blue) = 202+116+81=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7451 is #358BAE. Grayscale: #898989. Windows color (decimal): -3509167 or 5338314. OLE color: 5338314.

HSL color Cylindrical-coordinate representation of color #CA7451: hue angle of 17.36º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA7451 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20211681-
CMYK00.430.600.21
HSL17.36º53.3%55.49%-
HSV(B)17.36º59.9%79.22%-
XYZ32.0925.6411.04-
YUV137.7295.99173.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 81 (32.03% from 255) = 20.30%
R=50.63%
G=29.07%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021168100.430.600.2117.3653.355.49
HexCA745102B3C15113537
Octal3121641210537425216567
Binary110010101110100101000101010111111001010110001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7451; }

 p { color: rgb(202,116,81); }

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

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

 a { background-color: rgb(202,116,81); }

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

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

 span { border-color: rgb(202,116,81); }

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