Html Css Color HEX #C46942 Red Damask

📋 copy color: '#C46942'

red 196 ◦ green 105 ◦ blue 66

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

Shades of Red Damask #C46942

Tints of Red Damask #C46942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.61%

 BLUE value IS 66 (26.17% from 255) = 17.98%

R = 53.41%
G = 28.61%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C46942 (or 0xC46942) is known color: Red Damask. HEX triplet: C4, 69 and 42. RGB value is (196,105,66). Sum of RGB (Red+Green+Blue) = 196+105+66=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C46942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46942 is #3B96BD. Grayscale: #808080. Windows color (decimal): -3905214 or 4352452. OLE color: 4352452.

HSL color Cylindrical-coordinate representation of color #C46942: hue angle of 18º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C46942 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 105 66 -
CMYK 0 0.46 0.66 0.23
HSL 18º 0.52% 0.51% -
HSV(B) 18º 0.66% 0.77% -
XYZ 28.8 22.23 7.93 -
YUV 127.76 93.15 176.67 -
System Red Green Blue C M Y K H S L
Decimal 196 105 66 0 0.46 0.66 0.23 18 0.52 0.51
Hex C4 69 42 0 2E 42 17 12 34 33
Octal 304 151 102 0 56 102 27 22 64 63
Binary 11000100 1101001 1000010 0 101110 1000010 10111 10010 110100 110011

Color Harmonies of #C46942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46942

Black with #C46942

Text Example


Text Example

White with #C46942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46942; }

 p { color: rgb(196,105,66); }

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

background-color css

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

 a { background-color: rgb(196,105,66); }

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

border-color css

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

 span { border-color: rgb(196,105,66); }

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