Html Css Color HEX #C37151 Red Damask

📋 copy color: '#C37151'

red 195 ◦ green 113 ◦ blue 81

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

Shades of Red Damask #C37151

Tints of Red Damask #C37151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.82%

R = 50.13%
G = 29.05%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C37151 (or 0xC37151) is known color: Red Damask. HEX triplet: C3, 71 and 51. RGB value is (195,113,81). Sum of RGB (Red+Green+Blue) = 195+113+81=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C37151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37151 is #3C8EAE. Grayscale: #868686. Windows color (decimal): -3968687 or 5337539. OLE color: 5337539.

HSL color Cylindrical-coordinate representation of color #C37151: hue angle of 16.84º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C37151 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 113 81 -
CMYK 0 0.42 0.58 0.24
HSL 16.84º 0.49% 0.54% -
HSV(B) 16.84º 0.58% 0.76% -
XYZ 29.9 24.01 10.84 -
YUV 133.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 195 113 81 0 0.42 0.58 0.24 16.84 0.49 0.54
Hex C3 71 51 0 2A 3A 18 11 31 36
Octal 303 161 121 0 52 72 30 21 61 66
Binary 11000011 1110001 1010001 0 101010 111010 11000 10001 110001 110110

Color Harmonies of #C37151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37151

Black with #C37151

Text Example


Text Example

White with #C37151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37151; }

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

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

background-color css

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

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

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

border-color css

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

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

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