Html Css Color HEX #C37148 Red Damask

📋 copy color: '#C37148'

red 195 ◦ green 113 ◦ blue 72

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

Shades of Red Damask #C37148

Tints of Red Damask #C37148

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.74%

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

R = 51.32%
G = 29.74%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C37148 (or 0xC37148) is known color: Red Damask. HEX triplet: C3, 71 and 48. RGB value is (195,113,72). Sum of RGB (Red+Green+Blue) = 195+113+72=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C37148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37148 is #3C8EB7. Grayscale: #858585. Windows color (decimal): -3968696 or 4747715. OLE color: 4747715.

HSL color Cylindrical-coordinate representation of color #C37148: hue angle of 20º 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 #C37148 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 113 72 -
CMYK 0 0.42 0.63 0.24
HSL 20º 0.51% 0.52% -
HSV(B) 20º 0.63% 0.76% -
XYZ 29.58 23.88 9.18 -
YUV 132.84 93.67 172.33 -
System Red Green Blue C M Y K H S L
Decimal 195 113 72 0 0.42 0.63 0.24 20 0.51 0.52
Hex C3 71 48 0 2A 3F 18 14 33 34
Octal 303 161 110 0 52 77 30 24 63 64
Binary 11000011 1110001 1001000 0 101010 111111 11000 10100 110011 110100

Color Harmonies of #C37148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37148

Black with #C37148

Text Example


Text Example

White with #C37148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37148; }

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

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

background-color css

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

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

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

border-color css

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

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

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