Html Css Color HEX #C37250 Red Damask

📋 copy color: '#C37250'

red 195 ◦ green 114 ◦ blue 80

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

Shades of Red Damask #C37250

Tints of Red Damask #C37250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.57%

R = 50.13%
G = 29.31%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C37250 (or 0xC37250) is known color: Red Damask. HEX triplet: C3, 72 and 50. RGB value is (195,114,80). Sum of RGB (Red+Green+Blue) = 195+114+80=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C37250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37250 is #3C8DAF. Grayscale: #868686. Windows color (decimal): -3968432 or 5272259. OLE color: 5272259.

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

Color convert

RGB 195 114 80 -
CMYK 0 0.42 0.59 0.24
HSL 17.74º 0.49% 0.54% -
HSV(B) 17.74º 0.59% 0.76% -
XYZ 29.97 24.22 10.68 -
YUV 134.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 195 114 80 0 0.42 0.59 0.24 17.74 0.49 0.54
Hex C3 72 50 0 2A 3B 18 12 31 36
Octal 303 162 120 0 52 73 30 22 61 66
Binary 11000011 1110010 1010000 0 101010 111011 11000 10010 110001 110110

Color Harmonies of #C37250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37250

Black with #C37250

Text Example


Text Example

White with #C37250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37250; }

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

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

background-color css

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

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

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

border-color css

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

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

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