Html Css Color HEX #C37051 Red Damask

📋 copy color: '#C37051'

red 195 ◦ green 112 ◦ blue 81

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

Shades of Red Damask #C37051

Tints of Red Damask #C37051

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.87%

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

R = 50.26%
G = 28.87%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C37051 (or 0xC37051) is known color: Red Damask. HEX triplet: C3, 70 and 51. RGB value is (195,112,81). Sum of RGB (Red+Green+Blue) = 195+112+81=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C37051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37051 is #3C8FAE. Grayscale: #858585. Windows color (decimal): -3968943 or 5337283. OLE color: 5337283.

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

Color convert

RGB 195 112 81 -
CMYK 0 0.43 0.58 0.24
HSL 16.32º 0.49% 0.54% -
HSV(B) 16.32º 0.58% 0.76% -
XYZ 29.79 23.78 10.81 -
YUV 133.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 195 112 81 0 0.43 0.58 0.24 16.32 0.49 0.54
Hex C3 70 51 0 2B 3A 18 10 31 36
Octal 303 160 121 0 53 72 30 20 61 66
Binary 11000011 1110000 1010001 0 101011 111010 11000 10000 110001 110110

Color Harmonies of #C37051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37051

Black with #C37051

Text Example


Text Example

White with #C37051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37051; }

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

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

background-color css

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

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

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

border-color css

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

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

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