Html Css Color HEX #C66949 Red Damask

📋 copy color: '#C66949'

red 198 ◦ green 105 ◦ blue 73

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

Shades of Red Damask #C66949

Tints of Red Damask #C66949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.93%

 BLUE value IS 73 (28.91% from 255) = 19.41%

R = 52.66%
G = 27.93%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C66949 (or 0xC66949) is known color: Red Damask. HEX triplet: C6, 69 and 49. RGB value is (198,105,73). Sum of RGB (Red+Green+Blue) = 198+105+73=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C66949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66949 is #3996B6. Grayscale: #818181. Windows color (decimal): -3774135 or 4811206. OLE color: 4811206.

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

Color convert

RGB 198 105 73 -
CMYK 0 0.47 0.63 0.22
HSL 15.36º 0.52% 0.53% -
HSV(B) 15.36º 0.63% 0.78% -
XYZ 29.54 22.59 9.11 -
YUV 129.16 96.31 177.1 -
System Red Green Blue C M Y K H S L
Decimal 198 105 73 0 0.47 0.63 0.22 15.36 0.52 0.53
Hex C6 69 49 0 2F 3F 16 F 34 35
Octal 306 151 111 0 57 77 26 17 64 65
Binary 11000110 1101001 1001001 0 101111 111111 10110 1111 110100 110101

Color Harmonies of #C66949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66949

Black with #C66949

Text Example


Text Example

White with #C66949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66949; }

 p { color: rgb(198,105,73); }

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

background-color css

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

 a { background-color: rgb(198,105,73); }

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

border-color css

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

 span { border-color: rgb(198,105,73); }

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