Html Css Color HEX #C46C4D Red Damask

📋 copy color: '#C46C4D'

red 196 ◦ green 108 ◦ blue 77

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

Shades of Red Damask #C46C4D

Tints of Red Damask #C46C4D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.35%

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 51.44%
G = 28.35%
B = 20.21%

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

#C46C4D (or 0xC46C4D) is known color: Red Damask. HEX triplet: C4, 6C and 4D. RGB value is (196,108,77). Sum of RGB (Red+Green+Blue) = 196+108+77=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C4D is #3B93B2. Grayscale: #828282. Windows color (decimal): -3904435 or 5074116. OLE color: 5074116.

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

Color convert

RGB 196 108 77 -
CMYK 0 0.45 0.61 0.23
HSL 15.63º 0.5% 0.54% -
HSV(B) 15.63º 0.61% 0.77% -
XYZ 29.47 23 9.91 -
YUV 130.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 196 108 77 0 0.45 0.61 0.23 15.63 0.5 0.54
Hex C4 6C 4D 0 2D 3D 17 10 32 36
Octal 304 154 115 0 55 75 27 20 62 66
Binary 11000100 1101100 1001101 0 101101 111101 10111 10000 110010 110110

Color Harmonies of #C46C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46C4D

Black with #C46C4D

Text Example


Text Example

White with #C46C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46C4D; }

 p { color: rgb(196,108,77); }

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

background-color css

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

 a { background-color: rgb(196,108,77); }

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

border-color css

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

 span { border-color: rgb(196,108,77); }

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