Html Css Color HEX #C37346 Red Damask

📋 copy color: '#C37346'

red 195 ◦ green 115 ◦ blue 70

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

Shades of Red Damask #C37346

Tints of Red Damask #C37346

RGB

 RED value IS 195 (76.56% from 255) = 51.32%

 GREEN value IS 115 (45.31% from 255) = 30.26%

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

R = 51.32%
G = 30.26%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C37346 (or 0xC37346) is known color: Red Damask. HEX triplet: C3, 73 and 46. RGB value is (195,115,70). Sum of RGB (Red+Green+Blue) = 195+115+70=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C37346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37346 is #3C8CB9. Grayscale: #868686. Windows color (decimal): -3968186 or 4617155. OLE color: 4617155.

HSL color Cylindrical-coordinate representation of color #C37346: hue angle of 21.6º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C37346 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 115 70 -
CMYK 0 0.41 0.64 0.24
HSL 21.6º 0.51% 0.52% -
HSV(B) 21.6º 0.64% 0.76% -
XYZ 29.74 24.31 8.92 -
YUV 133.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 195 115 70 0 0.41 0.64 0.24 21.6 0.51 0.52
Hex C3 73 46 0 29 40 18 16 33 34
Octal 303 163 106 0 51 100 30 26 63 64
Binary 11000011 1110011 1000110 0 101001 1000000 11000 10110 110011 110100

Color Harmonies of #C37346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37346

Black with #C37346

Text Example


Text Example

White with #C37346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37346; }

 p { color: rgb(195,115,70); }

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

background-color css

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

 a { background-color: rgb(195,115,70); }

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

border-color css

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

 span { border-color: rgb(195,115,70); }

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