#CA7951

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

Shades of Red Damask #CA7951

Tints of Red Damask #CA7951

Color information

#CA7951 (or 0xCA7951) is unknown color: approx Red Damask. HEX triplet: CA, 79 and 51. RGB value is (202,121,81). Sum of RGB (Red+Green+Blue) = 202+121+81=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7951 is #3586AE. Grayscale: #8C8C8C. Windows color (decimal): -3507887 or 5339594. OLE color: 5339594.

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

Color convert

RGB20212181-
CMYK00.400.600.21
HSL19.83º53.3%55.49%-
HSV(B)19.83º59.9%79.22%-
XYZ32.6826.8311.24-
YUV140.6694.34171.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50%
GREEN value IS 121 (47.66% from 255) = 29.95%
BLUE value IS 81 (32.03% from 255) = 20.05%
R=50%
G=29.95%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021218100.400.600.2119.8353.355.49
HexCA79510283C15143537
Octal3121711210507425246567
Binary110010101111001101000101010001111001010110100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7951; }

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

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

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

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

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

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

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

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