Html Css Color HEX #C46B4C Red Damask

📋 copy color: '#C46B4C'

red 196 ◦ green 107 ◦ blue 76

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

Shades of Red Damask #C46B4C

Tints of Red Damask #C46B4C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.23%

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

R = 51.72%
G = 28.23%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C46B4C (or 0xC46B4C) is known color: Red Damask. HEX triplet: C4, 6B and 4C. RGB value is (196,107,76). Sum of RGB (Red+Green+Blue) = 196+107+76=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46B4C is #3B94B3. Grayscale: #828282. Windows color (decimal): -3904692 or 5008324. OLE color: 5008324.

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

Color convert

RGB 196 107 76 -
CMYK 0 0.45 0.61 0.23
HSL 15.5º 0.5% 0.53% -
HSV(B) 15.5º 0.61% 0.77% -
XYZ 29.33 22.77 9.69 -
YUV 130.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 196 107 76 0 0.45 0.61 0.23 15.5 0.5 0.53
Hex C4 6B 4C 0 2D 3D 17 10 32 35
Octal 304 153 114 0 55 75 27 20 62 65
Binary 11000100 1101011 1001100 0 101101 111101 10111 10000 110010 110101

Color Harmonies of #C46B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46B4C

Black with #C46B4C

Text Example


Text Example

White with #C46B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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