#CA7350

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

Shades of Red Damask #CA7350

Tints of Red Damask #CA7350

Color information

#CA7350 (or 0xCA7350) is unknown color: approx Red Damask. HEX triplet: CA, 73 and 50. RGB value is (202,115,80). Sum of RGB (Red+Green+Blue) = 202+115+80=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7350 is #358CAF. Grayscale: #898989. Windows color (decimal): -3509424 or 5272522. OLE color: 5272522.

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

Color convert

RGB20211580-
CMYK00.430.600.21
HSL17.21º53.51%55.29%-
HSV(B)17.21º60.4%79.22%-
XYZ31.9425.410.81-
YUV137.0295.82174.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.88%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 80 (31.64% from 255) = 20.15%
R=50.88%
G=28.97%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021158000.430.600.2117.2153.5155.29
HexCA735002B3C15113637
Octal3121631200537425216667
Binary110010101110011101000001010111111001010110001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7350; }

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

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

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

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

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

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

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

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