Html Css Color HEX #C46F52 Red Damask

📋 copy color: '#C46F52'

red 196 ◦ green 111 ◦ blue 82

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

Shades of Red Damask #C46F52

Tints of Red Damask #C46F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.08%

R = 50.39%
G = 28.53%
B = 21.08%

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

#C46F52 (or 0xC46F52) is known color: Red Damask. HEX triplet: C4, 6F and 52. RGB value is (196,111,82). Sum of RGB (Red+Green+Blue) = 196+111+82=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F52 is #3B90AD. Grayscale: #858585. Windows color (decimal): -3903662 or 5402564. OLE color: 5402564.

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

Color convert

RGB 196 111 82 -
CMYK 0 0.43 0.58 0.23
HSL 15.26º 0.49% 0.55% -
HSV(B) 15.26º 0.58% 0.77% -
XYZ 29.97 23.71 10.98 -
YUV 133.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 196 111 82 0 0.43 0.58 0.23 15.26 0.49 0.55
Hex C4 6F 52 0 2B 3A 17 F 31 37
Octal 304 157 122 0 53 72 27 17 61 67
Binary 11000100 1101111 1010010 0 101011 111010 10111 1111 110001 110111

Color Harmonies of #C46F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F52

Black with #C46F52

Text Example


Text Example

White with #C46F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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