Html Css Color HEX #CA7347 Red Damask

📋 copy color: '#CA7347'

red 202 ◦ green 115 ◦ blue 71

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

Shades of Red Damask #CA7347

Tints of Red Damask #CA7347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.3%

R = 52.06%
G = 29.64%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA7347 (or 0xCA7347) is known color: Red Damask. HEX triplet: CA, 73 and 47. RGB value is (202,115,71). Sum of RGB (Red+Green+Blue) = 202+115+71=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7347 is #358CB8. Grayscale: #888888. Windows color (decimal): -3509433 or 4682698. OLE color: 4682698.

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

Color convert

RGB 202 115 71 -
CMYK 0 0.43 0.65 0.21
HSL 20.15º 0.55% 0.54% -
HSV(B) 20.15º 0.65% 0.79% -
XYZ 31.63 25.27 9.17 -
YUV 136 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 202 115 71 0 0.43 0.65 0.21 20.15 0.55 0.54
Hex CA 73 47 0 2B 41 15 14 37 36
Octal 312 163 107 0 53 101 25 24 67 66
Binary 11001010 1110011 1000111 0 101011 1000001 10101 10100 110111 110110

Color Harmonies of #CA7347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7347

Black with #CA7347

Text Example


Text Example

White with #CA7347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7347; }

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

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

background-color css

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

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

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

border-color css

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

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

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