Html Css Color HEX #CA744A Red Damask

📋 copy color: '#CA744A'

red 202 ◦ green 116 ◦ blue 74

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

Shades of Red Damask #CA744A

Tints of Red Damask #CA744A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.88%

R = 51.53%
G = 29.59%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA744A (or 0xCA744A) is known color: Red Damask. HEX triplet: CA, 74 and 4A. RGB value is (202,116,74). Sum of RGB (Red+Green+Blue) = 202+116+74=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA744A is #358BB5. Grayscale: #898989. Windows color (decimal): -3509174 or 4879562. OLE color: 4879562.

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

Color convert

RGB 202 116 74 -
CMYK 0 0.43 0.63 0.21
HSL 19.69º 0.55% 0.54% -
HSV(B) 19.69º 0.63% 0.79% -
XYZ 31.84 25.54 9.73 -
YUV 136.93 92.49 174.42 -
System Red Green Blue C M Y K H S L
Decimal 202 116 74 0 0.43 0.63 0.21 19.69 0.55 0.54
Hex CA 74 4A 0 2B 3F 15 14 37 36
Octal 312 164 112 0 53 77 25 24 67 66
Binary 11001010 1110100 1001010 0 101011 111111 10101 10100 110111 110110

Color Harmonies of #CA744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA744A

Black with #CA744A

Text Example


Text Example

White with #CA744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA744A; }

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

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

background-color css

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

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

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

border-color css

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

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

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