Html Css Color HEX #C46748 Red Damask

📋 copy color: '#C46748'

red 196 ◦ green 103 ◦ blue 72

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

Shades of Red Damask #C46748

Tints of Red Damask #C46748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.76%

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 52.83%
G = 27.76%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C46748 (or 0xC46748) is known color: Red Damask. HEX triplet: C4, 67 and 48. RGB value is (196,103,72). Sum of RGB (Red+Green+Blue) = 196+103+72=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C46748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46748 is #3B98B7. Grayscale: #7F7F7F. Windows color (decimal): -3905720 or 4745156. OLE color: 4745156.

HSL color Cylindrical-coordinate representation of color #C46748: hue angle of 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 #C46748 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 103 72 -
CMYK 0 0.47 0.63 0.23
HSL 15º 0.51% 0.53% -
HSV(B) 15º 0.63% 0.77% -
XYZ 28.78 21.9 8.84 -
YUV 127.27 96.81 177.02 -
System Red Green Blue C M Y K H S L
Decimal 196 103 72 0 0.47 0.63 0.23 15 0.51 0.53
Hex C4 67 48 0 2F 3F 17 F 33 35
Octal 304 147 110 0 57 77 27 17 63 65
Binary 11000100 1100111 1001000 0 101111 111111 10111 1111 110011 110101

Color Harmonies of #C46748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46748

Black with #C46748

Text Example


Text Example

White with #C46748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46748; }

 p { color: rgb(196,103,72); }

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

background-color css

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

 a { background-color: rgb(196,103,72); }

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

border-color css

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

 span { border-color: rgb(196,103,72); }

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