Html Css Color HEX #C37951 Red Damask

📋 copy color: '#C37951'

red 195 ◦ green 121 ◦ blue 81

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

Shades of Red Damask #C37951

Tints of Red Damask #C37951

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.48%

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

R = 49.12%
G = 30.48%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C37951 (or 0xC37951) is known color: Red Damask. HEX triplet: C3, 79 and 51. RGB value is (195,121,81). Sum of RGB (Red+Green+Blue) = 195+121+81=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C37951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37951 is #3C86AE. Grayscale: #8A8A8A. Windows color (decimal): -3966639 or 5339587. OLE color: 5339587.

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

Color convert

RGB 195 121 81 -
CMYK 0 0.38 0.58 0.24
HSL 21.05º 0.49% 0.54% -
HSV(B) 21.05º 0.58% 0.76% -
XYZ 30.83 25.87 11.15 -
YUV 138.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 195 121 81 0 0.38 0.58 0.24 21.05 0.49 0.54
Hex C3 79 51 0 26 3A 18 15 31 36
Octal 303 171 121 0 46 72 30 25 61 66
Binary 11000011 1111001 1010001 0 100110 111010 11000 10101 110001 110110

Color Harmonies of #C37951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37951

Black with #C37951

Text Example


Text Example

White with #C37951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37951; }

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

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

background-color css

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

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

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

border-color css

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

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

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