#CA7548

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

Shades of Red Damask #CA7548

Tints of Red Damask #CA7548

Color information

#CA7548 (or 0xCA7548) is unknown color: approx Red Damask. HEX triplet: CA, 75 and 48. RGB value is (202,117,72). Sum of RGB (Red+Green+Blue) = 202+117+72=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7548 is #358AB7. Grayscale: #898989. Windows color (decimal): -3508920 or 4748746. OLE color: 4748746.

HSL color Cylindrical-coordinate representation of color #CA7548: hue angle of 20.77º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA7548 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20211772-
CMYK00.420.640.21
HSL20.77º55.08%53.73%-
HSV(B)20.77º64.36%79.22%-
XYZ31.8925.759.42-
YUV137.2891.16174.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=51.66%
G=29.92%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021177200.420.640.2120.7755.0853.73
HexCA754802A4015153736
Octal31216511005210025256766
Binary1100101011101011001000010101010000001010110101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7548; }

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

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

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

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

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

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

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

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