Html Css Color HEX #C46743 Red Damask

📋 copy color: '#C46743'

red 196 ◦ green 103 ◦ blue 67

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

Shades of Red Damask #C46743

Tints of Red Damask #C46743

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.14%

 BLUE value IS 67 (26.56% from 255) = 18.31%

R = 53.55%
G = 28.14%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C46743 (or 0xC46743) is known color: Red Damask. HEX triplet: C4, 67 and 43. RGB value is (196,103,67). Sum of RGB (Red+Green+Blue) = 196+103+67=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C46743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46743 is #3B98BC. Grayscale: #7E7E7E. Windows color (decimal): -3905725 or 4417476. OLE color: 4417476.

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

Color convert

RGB 196 103 67 -
CMYK 0 0.47 0.66 0.23
HSL 16.74º 0.52% 0.52% -
HSV(B) 16.74º 0.66% 0.77% -
XYZ 28.63 21.84 8.02 -
YUV 126.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 196 103 67 0 0.47 0.66 0.23 16.74 0.52 0.52
Hex C4 67 43 0 2F 42 17 11 34 34
Octal 304 147 103 0 57 102 27 21 64 64
Binary 11000100 1100111 1000011 0 101111 1000010 10111 10001 110100 110100

Color Harmonies of #C46743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46743

Black with #C46743

Text Example


Text Example

White with #C46743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46743; }

 p { color: rgb(196,103,67); }

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

background-color css

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

 a { background-color: rgb(196,103,67); }

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

border-color css

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

 span { border-color: rgb(196,103,67); }

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