Html Css Color HEX #CA704C Red Damask

📋 copy color: '#CA704C'

red 202 ◦ green 112 ◦ blue 76

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

Shades of Red Damask #CA704C

Tints of Red Damask #CA704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.49%

R = 51.79%
G = 28.72%
B = 19.49%

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

#CA704C (or 0xCA704C) is known color: Red Damask. HEX triplet: CA, 70 and 4C. RGB value is (202,112,76). Sum of RGB (Red+Green+Blue) = 202+112+76=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA704C is #358FB3. Grayscale: #878787. Windows color (decimal): -3510196 or 5009610. OLE color: 5009610.

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

Color convert

RGB 202 112 76 -
CMYK 0 0.45 0.62 0.21
HSL 17.14º 0.54% 0.55% -
HSV(B) 17.14º 0.62% 0.79% -
XYZ 31.46 24.67 9.94 -
YUV 134.81 94.82 175.93 -
System Red Green Blue C M Y K H S L
Decimal 202 112 76 0 0.45 0.62 0.21 17.14 0.54 0.55
Hex CA 70 4C 0 2D 3E 15 11 36 37
Octal 312 160 114 0 55 76 25 21 66 67
Binary 11001010 1110000 1001100 0 101101 111110 10101 10001 110110 110111

Color Harmonies of #CA704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA704C

Black with #CA704C

Text Example


Text Example

White with #CA704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA704C; }

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

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

background-color css

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

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

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

border-color css

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

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

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