#CA7051

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

Shades of Red Damask #CA7051

Tints of Red Damask #CA7051

Color information

#CA7051 (or 0xCA7051) is unknown color: approx Red Damask. HEX triplet: CA, 70 and 51. RGB value is (202,112,81). Sum of RGB (Red+Green+Blue) = 202+112+81=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7051 is #358FAE. Grayscale: #878787. Windows color (decimal): -3510191 or 5337290. OLE color: 5337290.

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

Color convert

RGB20211281-
CMYK00.450.600.21
HSL15.37º53.3%55.49%-
HSV(B)15.37º59.9%79.22%-
XYZ31.6424.7410.89-
YUV135.3897.32175.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.14%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 81 (32.03% from 255) = 20.51%
R=51.14%
G=28.35%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021128100.450.600.2115.3753.355.49
HexCA705102D3C15f3537
Octal3121601210557425176567
Binary11001010111000010100010101101111100101011111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7051; }

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

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

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

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

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

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

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

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