Html Css Color HEX #C46F53 Red Damask

📋 copy color: '#C46F53'

red 196 ◦ green 111 ◦ blue 83

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

Shades of Red Damask #C46F53

Tints of Red Damask #C46F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.28%

R = 50.26%
G = 28.46%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C46F53 (or 0xC46F53) is known color: Red Damask. HEX triplet: C4, 6F and 53. RGB value is (196,111,83). Sum of RGB (Red+Green+Blue) = 196+111+83=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F53 is #3B90AC. Grayscale: #858585. Windows color (decimal): -3903661 or 5468100. OLE color: 5468100.

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

Color convert

RGB 196 111 83 -
CMYK 0 0.43 0.58 0.23
HSL 14.87º 0.49% 0.55% -
HSV(B) 14.87º 0.58% 0.77% -
XYZ 30.01 23.73 11.18 -
YUV 133.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 196 111 83 0 0.43 0.58 0.23 14.87 0.49 0.55
Hex C4 6F 53 0 2B 3A 17 F 31 37
Octal 304 157 123 0 53 72 27 17 61 67
Binary 11000100 1101111 1010011 0 101011 111010 10111 1111 110001 110111

Color Harmonies of #C46F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F53

Black with #C46F53

Text Example


Text Example

White with #C46F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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