Html Css Color HEX #C66846 Red Damask

📋 copy color: '#C66846'

red 198 ◦ green 104 ◦ blue 70

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

Shades of Red Damask #C66846

Tints of Red Damask #C66846

RGB

 RED value IS 198 (77.73% from 255) = 53.23%

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

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

R = 53.23%
G = 27.96%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C66846 (or 0xC66846) is known color: Red Damask. HEX triplet: C6, 68 and 46. RGB value is (198,104,70). Sum of RGB (Red+Green+Blue) = 198+104+70=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C66846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66846 is #3997B9. Grayscale: #808080. Windows color (decimal): -3774394 or 4614342. OLE color: 4614342.

HSL color Cylindrical-coordinate representation of color #C66846: hue angle of 15.94º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C66846 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 104 70 -
CMYK 0 0.47 0.65 0.22
HSL 15.94º 0.53% 0.53% -
HSV(B) 15.94º 0.65% 0.78% -
XYZ 29.34 22.35 8.56 -
YUV 128.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 198 104 70 0 0.47 0.65 0.22 15.94 0.53 0.53
Hex C6 68 46 0 2F 41 16 10 35 35
Octal 306 150 106 0 57 101 26 20 65 65
Binary 11000110 1101000 1000110 0 101111 1000001 10110 10000 110101 110101

Color Harmonies of #C66846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66846

Black with #C66846

Text Example


Text Example

White with #C66846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66846; }

 p { color: rgb(198,104,70); }

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

background-color css

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

 a { background-color: rgb(198,104,70); }

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

border-color css

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

 span { border-color: rgb(198,104,70); }

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