Html Css Color HEX #C46F51 Red Damask

📋 copy color: '#C46F51'

red 196 ◦ green 111 ◦ blue 81

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

Shades of Red Damask #C46F51

Tints of Red Damask #C46F51

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.61%

 BLUE value IS 81 (32.03% from 255) = 20.88%

R = 50.52%
G = 28.61%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C46F51 (or 0xC46F51) is known color: Red Damask. HEX triplet: C4, 6F and 51. RGB value is (196,111,81). Sum of RGB (Red+Green+Blue) = 196+111+81=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F51 is #3B90AE. Grayscale: #858585. Windows color (decimal): -3903663 or 5337028. OLE color: 5337028.

HSL color Cylindrical-coordinate representation of color #C46F51: hue angle of 15.65º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C46F51 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 111 81 -
CMYK 0 0.43 0.59 0.23
HSL 15.65º 0.49% 0.54% -
HSV(B) 15.65º 0.59% 0.77% -
XYZ 29.93 23.7 10.78 -
YUV 133 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 196 111 81 0 0.43 0.59 0.23 15.65 0.49 0.54
Hex C4 6F 51 0 2B 3B 17 10 31 36
Octal 304 157 121 0 53 73 27 20 61 66
Binary 11000100 1101111 1010001 0 101011 111011 10111 10000 110001 110110

Color Harmonies of #C46F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F51

Black with #C46F51

Text Example


Text Example

White with #C46F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F51; }

 p { color: rgb(196,111,81); }

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

background-color css

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

 a { background-color: rgb(196,111,81); }

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

border-color css

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

 span { border-color: rgb(196,111,81); }

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