#CA6F51

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

Shades of Red Damask #CA6F51

Tints of Red Damask #CA6F51

Color information

#CA6F51 (or 0xCA6F51) is unknown color: approx Red Damask. HEX triplet: CA, 6F and 51. RGB value is (202,111,81). Sum of RGB (Red+Green+Blue) = 202+111+81=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6F51 is #3590AE. Grayscale: #878787. Windows color (decimal): -3510447 or 5337034. OLE color: 5337034.

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

Color convert

RGB20211181-
CMYK00.450.600.21
HSL14.88º53.3%55.49%-
HSV(B)14.88º59.9%79.22%-
XYZ31.5324.5210.86-
YUV134.7997.65175.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.27%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 81 (32.03% from 255) = 20.56%
R=51.27%
G=28.17%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021118100.450.600.2114.8853.355.49
HexCA6F5102D3C15f3537
Octal3121571210557425176567
Binary11001010110111110100010101101111100101011111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F51; }

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

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

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

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

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

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

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

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