Html Css Color HEX #C46B46 Red Damask

📋 copy color: '#C46B46'

red 196 ◦ green 107 ◦ blue 70

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

Shades of Red Damask #C46B46

Tints of Red Damask #C46B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.77%

R = 52.55%
G = 28.69%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C46B46 (or 0xC46B46) is known color: Red Damask. HEX triplet: C4, 6B and 46. RGB value is (196,107,70). Sum of RGB (Red+Green+Blue) = 196+107+70=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46B46 is #3B94B9. Grayscale: #818181. Windows color (decimal): -3904698 or 4615108. OLE color: 4615108.

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

Color convert

RGB 196 107 70 -
CMYK 0 0.45 0.64 0.23
HSL 17.62º 0.52% 0.52% -
HSV(B) 17.62º 0.64% 0.77% -
XYZ 29.13 22.69 8.64 -
YUV 129.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 196 107 70 0 0.45 0.64 0.23 17.62 0.52 0.52
Hex C4 6B 46 0 2D 40 17 12 34 34
Octal 304 153 106 0 55 100 27 22 64 64
Binary 11000100 1101011 1000110 0 101101 1000000 10111 10010 110100 110100

Color Harmonies of #C46B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46B46

Black with #C46B46

Text Example


Text Example

White with #C46B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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