Html Css Color HEX #CA6D46 Red Damask

📋 copy color: '#CA6D46'

red 202 ◦ green 109 ◦ blue 70

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

Shades of Red Damask #CA6D46

Tints of Red Damask #CA6D46

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.61%

 BLUE value IS 70 (27.73% from 255) = 18.37%

R = 53.02%
G = 28.61%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA6D46 (or 0xCA6D46) is known color: Red Damask. HEX triplet: CA, 6D and 46. RGB value is (202,109,70). Sum of RGB (Red+Green+Blue) = 202+109+70=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6D46 is #3592B9. Grayscale: #848484. Windows color (decimal): -3510970 or 4615626. OLE color: 4615626.

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

Color convert

RGB 202 109 70 -
CMYK 0 0.46 0.65 0.21
HSL 17.73º 0.55% 0.53% -
HSV(B) 17.73º 0.65% 0.79% -
XYZ 30.93 23.94 8.78 -
YUV 132.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 202 109 70 0 0.46 0.65 0.21 17.73 0.55 0.53
Hex CA 6D 46 0 2E 41 15 12 37 35
Octal 312 155 106 0 56 101 25 22 67 65
Binary 11001010 1101101 1000110 0 101110 1000001 10101 10010 110111 110101

Color Harmonies of #CA6D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6D46

Black with #CA6D46

Text Example


Text Example

White with #CA6D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6D46; }

 p { color: rgb(202,109,70); }

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

background-color css

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

 a { background-color: rgb(202,109,70); }

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

border-color css

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

 span { border-color: rgb(202,109,70); }

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