Html Css Color HEX #CA7352 Red Damask

📋 copy color: '#CA7352'

red 202 ◦ green 115 ◦ blue 82

#CA7352
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #CA7352

Tints of Red Damask #CA7352

RGB

 RED value IS 202 (79.3% from 255) = 50.63%

 GREEN value IS 115 (45.31% from 255) = 28.82%

 BLUE value IS 82 (32.42% from 255) = 20.55%

R = 50.63%
G = 28.82%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA7352 (or 0xCA7352) is known color: Red Damask. HEX triplet: CA, 73 and 52. RGB value is (202,115,82). Sum of RGB (Red+Green+Blue) = 202+115+82=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7352 is #358CAD. Grayscale: #898989. Windows color (decimal): -3509422 or 5403594. OLE color: 5403594.

HSL color Cylindrical-coordinate representation of color #CA7352: hue angle of 16.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA7352 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 115 82 -
CMYK 0 0.43 0.59 0.21
HSL 16.5º 0.53% 0.56% -
HSV(B) 16.5º 0.59% 0.79% -
XYZ 32.01 25.43 11.2 -
YUV 137.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 202 115 82 0 0.43 0.59 0.21 16.5 0.53 0.56
Hex CA 73 52 0 2B 3B 15 10 35 38
Octal 312 163 122 0 53 73 25 20 65 70
Binary 11001010 1110011 1010010 0 101011 111011 10101 10000 110101 111000

Color Harmonies of #CA7352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7352

Black with #CA7352

Text Example


Text Example

White with #CA7352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7352; }

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

 H1.HeaderClassName
 {
   color: #CA7352;
 }
 .AnyTagClassName
 {
   color: #CA7352;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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