#CA6D51

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

Shades of Red Damask #CA6D51

Tints of Red Damask #CA6D51

Color information

#CA6D51 (or 0xCA6D51) is unknown color: approx Red Damask. HEX triplet: CA, 6D and 51. RGB value is (202,109,81). Sum of RGB (Red+Green+Blue) = 202+109+81=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6D51 is #3592AE. Grayscale: #858585. Windows color (decimal): -3510959 or 5336522. OLE color: 5336522.

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

Color convert

RGB20210981-
CMYK00.460.600.21
HSL13.88º53.3%55.49%-
HSV(B)13.88º59.9%79.22%-
XYZ31.3124.0910.78-
YUV133.6298.31176.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.53%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 81 (32.03% from 255) = 20.66%
R=51.53%
G=27.81%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021098100.460.600.2113.8853.355.49
HexCA6D5102E3C15e3537
Octal3121551210567425166567
Binary11001010110110110100010101110111100101011110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6D51; }

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

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

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

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

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

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

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

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