Html Css Color HEX #CA704A Red Damask

📋 copy color: '#CA704A'

red 202 ◦ green 112 ◦ blue 74

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

Shades of Red Damask #CA704A

Tints of Red Damask #CA704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.87%

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

R = 52.06%
G = 28.87%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA704A (or 0xCA704A) is known color: Red Damask. HEX triplet: CA, 70 and 4A. RGB value is (202,112,74). Sum of RGB (Red+Green+Blue) = 202+112+74=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA704A is #358FB5. Grayscale: #868686. Windows color (decimal): -3510198 or 4878538. OLE color: 4878538.

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

Color convert

RGB 202 112 74 -
CMYK 0 0.45 0.63 0.21
HSL 17.81º 0.55% 0.54% -
HSV(B) 17.81º 0.63% 0.79% -
XYZ 31.39 24.64 9.58 -
YUV 134.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 202 112 74 0 0.45 0.63 0.21 17.81 0.55 0.54
Hex CA 70 4A 0 2D 3F 15 12 37 36
Octal 312 160 112 0 55 77 25 22 67 66
Binary 11001010 1110000 1001010 0 101101 111111 10101 10010 110111 110110

Color Harmonies of #CA704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA704A

Black with #CA704A

Text Example


Text Example

White with #CA704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA704A; }

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

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

background-color css

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

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

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

border-color css

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

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

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