Html Css Color HEX #C37251 Red Damask

📋 copy color: '#C37251'

red 195 ◦ green 114 ◦ blue 81

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

Shades of Red Damask #C37251

Tints of Red Damask #C37251

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.23%

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

R = 50%
G = 29.23%
B = 20.77%

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

#C37251 (or 0xC37251) is known color: Red Damask. HEX triplet: C3, 72 and 51. RGB value is (195,114,81). Sum of RGB (Red+Green+Blue) = 195+114+81=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C37251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37251 is #3C8DAE. Grayscale: #868686. Windows color (decimal): -3968431 or 5337795. OLE color: 5337795.

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

Color convert

RGB 195 114 81 -
CMYK 0 0.42 0.58 0.24
HSL 17.37º 0.49% 0.54% -
HSV(B) 17.37º 0.58% 0.76% -
XYZ 30.01 24.23 10.88 -
YUV 134.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 195 114 81 0 0.42 0.58 0.24 17.37 0.49 0.54
Hex C3 72 51 0 2A 3A 18 11 31 36
Octal 303 162 121 0 52 72 30 21 61 66
Binary 11000011 1110010 1010001 0 101010 111010 11000 10001 110001 110110

Color Harmonies of #C37251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37251

Black with #C37251

Text Example


Text Example

White with #C37251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37251; }

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

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

background-color css

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

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

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

border-color css

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

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

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