Html Css Color HEX #C37D54 Red Damask

📋 copy color: '#C37D54'

red 195 ◦ green 125 ◦ blue 84

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

Shades of Red Damask #C37D54

Tints of Red Damask #C37D54

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.94%

 BLUE value IS 84 (33.2% from 255) = 20.79%

R = 48.27%
G = 30.94%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C37D54 (or 0xC37D54) is known color: Red Damask. HEX triplet: C3, 7D and 54. RGB value is (195,125,84). Sum of RGB (Red+Green+Blue) = 195+125+84=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D54 is #3C82AB. Grayscale: #8D8D8D. Windows color (decimal): -3965612 or 5537219. OLE color: 5537219.

HSL color Cylindrical-coordinate representation of color #C37D54: hue angle of 22.16º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C37D54 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 125 84 -
CMYK 0 0.36 0.57 0.24
HSL 22.16º 0.48% 0.55% -
HSV(B) 22.16º 0.57% 0.76% -
XYZ 31.44 26.91 11.92 -
YUV 141.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 195 125 84 0 0.36 0.57 0.24 22.16 0.48 0.55
Hex C3 7D 54 0 24 39 18 16 30 37
Octal 303 175 124 0 44 71 30 26 60 67
Binary 11000011 1111101 1010100 0 100100 111001 11000 10110 110000 110111

Color Harmonies of #C37D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D54

Black with #C37D54

Text Example


Text Example

White with #C37D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D54; }

 p { color: rgb(195,125,84); }

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

background-color css

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

 a { background-color: rgb(195,125,84); }

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

border-color css

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

 span { border-color: rgb(195,125,84); }

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