Html Css Color HEX #CA6847 Red Damask

📋 copy color: '#CA6847'

red 202 ◦ green 104 ◦ blue 71

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

Shades of Red Damask #CA6847

Tints of Red Damask #CA6847

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.59%

 BLUE value IS 71 (28.13% from 255) = 18.83%

R = 53.58%
G = 27.59%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA6847 (or 0xCA6847) is known color: Red Damask. HEX triplet: CA, 68 and 47. RGB value is (202,104,71). Sum of RGB (Red+Green+Blue) = 202+104+71=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6847 is #3597B8. Grayscale: #818181. Windows color (decimal): -3512249 or 4679882. OLE color: 4679882.

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

Color convert

RGB 202 104 71 -
CMYK 0 0.49 0.65 0.21
HSL 15.11º 0.55% 0.54% -
HSV(B) 15.11º 0.65% 0.79% -
XYZ 30.44 22.91 8.78 -
YUV 129.54 94.97 179.68 -
System Red Green Blue C M Y K H S L
Decimal 202 104 71 0 0.49 0.65 0.21 15.11 0.55 0.54
Hex CA 68 47 0 31 41 15 F 37 36
Octal 312 150 107 0 61 101 25 17 67 66
Binary 11001010 1101000 1000111 0 110001 1000001 10101 1111 110111 110110

Color Harmonies of #CA6847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6847

Black with #CA6847

Text Example


Text Example

White with #CA6847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6847; }

 p { color: rgb(202,104,71); }

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

background-color css

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

 a { background-color: rgb(202,104,71); }

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

border-color css

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

 span { border-color: rgb(202,104,71); }

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