Html Css Color HEX #C37754 Red Damask

📋 copy color: '#C37754'

red 195 ◦ green 119 ◦ blue 84

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

Shades of Red Damask #C37754

Tints of Red Damask #C37754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.9%

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

R = 48.99%
G = 29.9%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C37754 (or 0xC37754) is known color: Red Damask. HEX triplet: C3, 77 and 54. RGB value is (195,119,84). Sum of RGB (Red+Green+Blue) = 195+119+84=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C37754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37754 is #3C88AB. Grayscale: #898989. Windows color (decimal): -3967148 or 5535683. OLE color: 5535683.

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

Color convert

RGB 195 119 84 -
CMYK 0 0.39 0.57 0.24
HSL 18.92º 0.48% 0.55% -
HSV(B) 18.92º 0.57% 0.76% -
XYZ 30.7 25.44 11.68 -
YUV 137.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 195 119 84 0 0.39 0.57 0.24 18.92 0.48 0.55
Hex C3 77 54 0 27 39 18 13 30 37
Octal 303 167 124 0 47 71 30 23 60 67
Binary 11000011 1110111 1010100 0 100111 111001 11000 10011 110000 110111

Color Harmonies of #C37754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37754

Black with #C37754

Text Example


Text Example

White with #C37754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37754; }

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

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

background-color css

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

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

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

border-color css

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

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

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