Html Css Color HEX #CA704F Red Damask

📋 copy color: '#CA704F'

red 202 ◦ green 112 ◦ blue 79

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

Shades of Red Damask #CA704F

Tints of Red Damask #CA704F

RGB

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

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

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

R = 51.4%
G = 28.5%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA704F (or 0xCA704F) is known color: Red Damask. HEX triplet: CA, 70 and 4F. RGB value is (202,112,79). Sum of RGB (Red+Green+Blue) = 202+112+79=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA704F is #358FB0. Grayscale: #878787. Windows color (decimal): -3510193 or 5206218. OLE color: 5206218.

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

Color convert

RGB 202 112 79 -
CMYK 0 0.45 0.61 0.21
HSL 16.1º 0.54% 0.55% -
HSV(B) 16.1º 0.61% 0.79% -
XYZ 31.56 24.71 10.5 -
YUV 135.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 202 112 79 0 0.45 0.61 0.21 16.1 0.54 0.55
Hex CA 70 4F 0 2D 3D 15 10 36 37
Octal 312 160 117 0 55 75 25 20 66 67
Binary 11001010 1110000 1001111 0 101101 111101 10101 10000 110110 110111

Color Harmonies of #CA704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA704F

Black with #CA704F

Text Example


Text Example

White with #CA704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA704F; }

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

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

background-color css

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

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

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

border-color css

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

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

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