#CA7251

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

Shades of Red Damask #CA7251

Tints of Red Damask #CA7251

Color information

#CA7251 (or 0xCA7251) is unknown color: approx Red Damask. HEX triplet: CA, 72 and 51. RGB value is (202,114,81). Sum of RGB (Red+Green+Blue) = 202+114+81=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7251 is #358DAE. Grayscale: #888888. Windows color (decimal): -3509679 or 5337802. OLE color: 5337802.

HSL color Cylindrical-coordinate representation of color #CA7251: hue angle of 16.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 #CA7251 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20211481-
CMYK00.440.600.21
HSL16.36º53.3%55.49%-
HSV(B)16.36º59.9%79.22%-
XYZ31.8625.1910.97-
YUV136.5596.65174.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.88%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=50.88%
G=28.72%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021148100.440.600.2116.3653.355.49
HexCA725102C3C15103537
Octal3121621210547425206567
Binary110010101110010101000101011001111001010110000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7251; }

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

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

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

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

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

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

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

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