Html Css Color HEX #C46649 Red Damask

📋 copy color: '#C46649'

red 196 ◦ green 102 ◦ blue 73

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

Shades of Red Damask #C46649

Tints of Red Damask #C46649

RGB

 RED value IS 196 (76.95% from 255) = 52.83%

 GREEN value IS 102 (40.23% from 255) = 27.49%

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

R = 52.83%
G = 27.49%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C46649 (or 0xC46649) is known color: Red Damask. HEX triplet: C4, 66 and 49. RGB value is (196,102,73). Sum of RGB (Red+Green+Blue) = 196+102+73=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C46649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46649 is #3B99B6. Grayscale: #7F7F7F. Windows color (decimal): -3905975 or 4810436. OLE color: 4810436.

HSL color Cylindrical-coordinate representation of color #C46649: hue angle of 14.15º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C46649 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 102 73 -
CMYK 0 0.48 0.63 0.23
HSL 14.15º 0.51% 0.53% -
HSV(B) 14.15º 0.63% 0.77% -
XYZ 28.72 21.72 8.98 -
YUV 126.8 97.64 177.36 -
System Red Green Blue C M Y K H S L
Decimal 196 102 73 0 0.48 0.63 0.23 14.15 0.51 0.53
Hex C4 66 49 0 30 3F 17 E 33 35
Octal 304 146 111 0 60 77 27 16 63 65
Binary 11000100 1100110 1001001 0 110000 111111 10111 1110 110011 110101

Color Harmonies of #C46649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46649

Black with #C46649

Text Example


Text Example

White with #C46649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46649; }

 p { color: rgb(196,102,73); }

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

background-color css

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

 a { background-color: rgb(196,102,73); }

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

border-color css

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

 span { border-color: rgb(196,102,73); }

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