Html Css Color HEX #CA704B Red Damask

📋 copy color: '#CA704B'

red 202 ◦ green 112 ◦ blue 75

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

Shades of Red Damask #CA704B

Tints of Red Damask #CA704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.28%

R = 51.93%
G = 28.79%
B = 19.28%

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

#CA704B (or 0xCA704B) is known color: Red Damask. HEX triplet: CA, 70 and 4B. RGB value is (202,112,75). Sum of RGB (Red+Green+Blue) = 202+112+75=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA704B is #358FB4. Grayscale: #868686. Windows color (decimal): -3510197 or 4944074. OLE color: 4944074.

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

Color convert

RGB 202 112 75 -
CMYK 0 0.45 0.63 0.21
HSL 17.48º 0.55% 0.54% -
HSV(B) 17.48º 0.63% 0.79% -
XYZ 31.42 24.65 9.76 -
YUV 134.69 94.32 176.01 -
System Red Green Blue C M Y K H S L
Decimal 202 112 75 0 0.45 0.63 0.21 17.48 0.55 0.54
Hex CA 70 4B 0 2D 3F 15 11 37 36
Octal 312 160 113 0 55 77 25 21 67 66
Binary 11001010 1110000 1001011 0 101101 111111 10101 10001 110111 110110

Color Harmonies of #CA704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA704B

Black with #CA704B

Text Example


Text Example

White with #CA704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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