Html Css Color HEX #CA7447 Red Damask

📋 copy color: '#CA7447'

red 202 ◦ green 116 ◦ blue 71

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

Shades of Red Damask #CA7447

Tints of Red Damask #CA7447

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.82%

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

R = 51.93%
G = 29.82%
B = 18.25%

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

#CA7447 (or 0xCA7447) is known color: Red Damask. HEX triplet: CA, 74 and 47. RGB value is (202,116,71). Sum of RGB (Red+Green+Blue) = 202+116+71=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7447 is #358BB8. Grayscale: #888888. Windows color (decimal): -3509177 or 4682954. OLE color: 4682954.

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

Color convert

RGB 202 116 71 -
CMYK 0 0.43 0.65 0.21
HSL 20.61º 0.55% 0.54% -
HSV(B) 20.61º 0.65% 0.79% -
XYZ 31.74 25.5 9.21 -
YUV 136.58 90.99 174.66 -
System Red Green Blue C M Y K H S L
Decimal 202 116 71 0 0.43 0.65 0.21 20.61 0.55 0.54
Hex CA 74 47 0 2B 41 15 15 37 36
Octal 312 164 107 0 53 101 25 25 67 66
Binary 11001010 1110100 1000111 0 101011 1000001 10101 10101 110111 110110

Color Harmonies of #CA7447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7447

Black with #CA7447

Text Example


Text Example

White with #CA7447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7447; }

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

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

background-color css

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

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

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

border-color css

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

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

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