#CA6F50

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

Shades of Red Damask #CA6F50

Tints of Red Damask #CA6F50

Color information

#CA6F50 (or 0xCA6F50) is unknown color: approx Red Damask. HEX triplet: CA, 6F and 50. RGB value is (202,111,80). Sum of RGB (Red+Green+Blue) = 202+111+80=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6F50 is #3590AF. Grayscale: #868686. Windows color (decimal): -3510448 or 5271498. OLE color: 5271498.

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

Color convert

RGB20211180-
CMYK00.450.600.21
HSL15.25º53.51%55.29%-
HSV(B)15.25º60.4%79.22%-
XYZ31.4924.510.66-
YUV134.6797.15176.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 111 (43.75% from 255) = 28.24%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=51.40%
G=28.24%
B=20.36%

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
Decimal2021118000.450.600.2115.2553.5155.29
HexCA6F5002D3C15f3637
Octal3121571200557425176667
Binary11001010110111110100000101101111100101011111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F50; }

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

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

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

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

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

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

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

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