#CA6D48

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

Shades of Red Damask #CA6D48

Tints of Red Damask #CA6D48

Color information

#CA6D48 (or 0xCA6D48) is unknown color: approx Red Damask. HEX triplet: CA, 6D and 48. RGB value is (202,109,72). Sum of RGB (Red+Green+Blue) = 202+109+72=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6D48 is #3592B7. Grayscale: #848484. Windows color (decimal): -3510968 or 4746698. OLE color: 4746698.

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

Color convert

RGB20210972-
CMYK00.460.640.21
HSL17.08º55.08%53.73%-
HSV(B)17.08º64.36%79.22%-
XYZ3123.969.12-
YUV132.5993.81177.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.74%
GREEN value IS 109 (42.97% from 255) = 28.46%
BLUE value IS 72 (28.52% from 255) = 18.80%
R=52.74%
G=28.46%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021097200.460.640.2117.0855.0853.73
HexCA6D4802E4015113736
Octal31215511005610025216766
Binary1100101011011011001000010111010000001010110001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6D48; }

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

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

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

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

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

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

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

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