#CA6C51

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

Shades of Red Damask #CA6C51

Tints of Red Damask #CA6C51

Color information

#CA6C51 (or 0xCA6C51) is unknown color: approx Red Damask. HEX triplet: CA, 6C and 51. RGB value is (202,108,81). Sum of RGB (Red+Green+Blue) = 202+108+81=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C51 is #3593AE. Grayscale: #858585. Windows color (decimal): -3511215 or 5336266. OLE color: 5336266.

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

Color convert

RGB20210881-
CMYK00.470.600.21
HSL13.39º53.3%55.49%-
HSV(B)13.39º59.9%79.22%-
XYZ31.223.8810.75-
YUV133.0398.64177.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 108 (42.58% from 255) = 27.62%
BLUE value IS 81 (32.03% from 255) = 20.72%
R=51.66%
G=27.62%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021088100.470.600.2113.3953.355.49
HexCA6C5102F3C15d3537
Octal3121541210577425156567
Binary11001010110110010100010101111111100101011101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6C51; }

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

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

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

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

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

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

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

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