Html Css Color HEX #CA704D Red Damask

📋 copy color: '#CA704D'

red 202 ◦ green 112 ◦ blue 77

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

Shades of Red Damask #CA704D

Tints of Red Damask #CA704D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.69%

R = 51.66%
G = 28.64%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA704D (or 0xCA704D) is known color: Red Damask. HEX triplet: CA, 70 and 4D. RGB value is (202,112,77). Sum of RGB (Red+Green+Blue) = 202+112+77=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA704D is #358FB2. Grayscale: #878787. Windows color (decimal): -3510195 or 5075146. OLE color: 5075146.

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

Color convert

RGB 202 112 77 -
CMYK 0 0.45 0.62 0.21
HSL 16.8º 0.54% 0.55% -
HSV(B) 16.8º 0.62% 0.79% -
XYZ 31.49 24.68 10.13 -
YUV 134.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 202 112 77 0 0.45 0.62 0.21 16.8 0.54 0.55
Hex CA 70 4D 0 2D 3E 15 11 36 37
Octal 312 160 115 0 55 76 25 21 66 67
Binary 11001010 1110000 1001101 0 101101 111110 10101 10001 110110 110111

Color Harmonies of #CA704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA704D

Black with #CA704D

Text Example


Text Example

White with #CA704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA704D; }

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

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

background-color css

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

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

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

border-color css

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

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

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