Html Css Color HEX #C46F4C Red Damask

📋 copy color: '#C46F4C'

red 196 ◦ green 111 ◦ blue 76

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

Shades of Red Damask #C46F4C

Tints of Red Damask #C46F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.84%

R = 51.17%
G = 28.98%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C46F4C (or 0xC46F4C) is known color: Red Damask. HEX triplet: C4, 6F and 4C. RGB value is (196,111,76). Sum of RGB (Red+Green+Blue) = 196+111+76=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F4C is #3B90B3. Grayscale: #848484. Windows color (decimal): -3903668 or 5009348. OLE color: 5009348.

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

Color convert

RGB 196 111 76 -
CMYK 0 0.43 0.61 0.23
HSL 17.5º 0.5% 0.53% -
HSV(B) 17.5º 0.61% 0.77% -
XYZ 29.75 23.63 9.83 -
YUV 132.43 96.16 173.35 -
System Red Green Blue C M Y K H S L
Decimal 196 111 76 0 0.43 0.61 0.23 17.5 0.5 0.53
Hex C4 6F 4C 0 2B 3D 17 12 32 35
Octal 304 157 114 0 53 75 27 22 62 65
Binary 11000100 1101111 1001100 0 101011 111101 10111 10010 110010 110101

Color Harmonies of #C46F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F4C

Black with #C46F4C

Text Example


Text Example

White with #C46F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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