Html Css Color HEX #C37753 Red Damask

📋 copy color: '#C37753'

red 195 ◦ green 119 ◦ blue 83

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

Shades of Red Damask #C37753

Tints of Red Damask #C37753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.91%

R = 49.12%
G = 29.97%
B = 20.91%

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

#C37753 (or 0xC37753) is known color: Red Damask. HEX triplet: C3, 77 and 53. RGB value is (195,119,83). Sum of RGB (Red+Green+Blue) = 195+119+83=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C37753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37753 is #3C88AC. Grayscale: #898989. Windows color (decimal): -3967149 or 5470147. OLE color: 5470147.

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

Color convert

RGB 195 119 83 -
CMYK 0 0.39 0.57 0.24
HSL 19.29º 0.48% 0.55% -
HSV(B) 19.29º 0.57% 0.76% -
XYZ 30.66 25.42 11.47 -
YUV 137.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 195 119 83 0 0.39 0.57 0.24 19.29 0.48 0.55
Hex C3 77 53 0 27 39 18 13 30 37
Octal 303 167 123 0 47 71 30 23 60 67
Binary 11000011 1110111 1010011 0 100111 111001 11000 10011 110000 110111

Color Harmonies of #C37753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37753

Black with #C37753

Text Example


Text Example

White with #C37753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37753; }

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

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

background-color css

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

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

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

border-color css

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

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

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