Html Css Color HEX #C37648 Red Damask

📋 copy color: '#C37648'

red 195 ◦ green 118 ◦ blue 72

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

Shades of Red Damask #C37648

Tints of Red Damask #C37648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

 BLUE value IS 72 (28.52% from 255) = 18.7%

R = 50.65%
G = 30.65%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C37648 (or 0xC37648) is known color: Red Damask. HEX triplet: C3, 76 and 48. RGB value is (195,118,72). Sum of RGB (Red+Green+Blue) = 195+118+72=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C37648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37648 is #3C89B7. Grayscale: #888888. Windows color (decimal): -3967416 or 4748995. OLE color: 4748995.

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

Color convert

RGB 195 118 72 -
CMYK 0 0.39 0.63 0.24
HSL 22.44º 0.51% 0.52% -
HSV(B) 22.44º 0.63% 0.76% -
XYZ 30.15 25.03 9.37 -
YUV 135.78 92.01 170.24 -
System Red Green Blue C M Y K H S L
Decimal 195 118 72 0 0.39 0.63 0.24 22.44 0.51 0.52
Hex C3 76 48 0 27 3F 18 16 33 34
Octal 303 166 110 0 47 77 30 26 63 64
Binary 11000011 1110110 1001000 0 100111 111111 11000 10110 110011 110100

Color Harmonies of #C37648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37648

Black with #C37648

Text Example


Text Example

White with #C37648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37648; }

 p { color: rgb(195,118,72); }

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

background-color css

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

 a { background-color: rgb(195,118,72); }

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

border-color css

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

 span { border-color: rgb(195,118,72); }

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