Html Css Color HEX #CA744F Red Damask

📋 copy color: '#CA744F'

red 202 ◦ green 116 ◦ blue 79

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

Shades of Red Damask #CA744F

Tints of Red Damask #CA744F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.9%

R = 50.88%
G = 29.22%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA744F (or 0xCA744F) is known color: Red Damask. HEX triplet: CA, 74 and 4F. RGB value is (202,116,79). Sum of RGB (Red+Green+Blue) = 202+116+79=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA744F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA744F is #358BB0. Grayscale: #898989. Windows color (decimal): -3509169 or 5207242. OLE color: 5207242.

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

Color convert

RGB 202 116 79 -
CMYK 0 0.43 0.61 0.21
HSL 18.05º 0.54% 0.55% -
HSV(B) 18.05º 0.61% 0.79% -
XYZ 32.01 25.61 10.65 -
YUV 137.5 94.99 174.01 -
System Red Green Blue C M Y K H S L
Decimal 202 116 79 0 0.43 0.61 0.21 18.05 0.54 0.55
Hex CA 74 4F 0 2B 3D 15 12 36 37
Octal 312 164 117 0 53 75 25 22 66 67
Binary 11001010 1110100 1001111 0 101011 111101 10101 10010 110110 110111

Color Harmonies of #CA744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA744F

Black with #CA744F

Text Example


Text Example

White with #CA744F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA744F; }

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

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

background-color css

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

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

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

border-color css

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

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

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