Html Css Color HEX #C37153 Red Damask

📋 copy color: '#C37153'

red 195 ◦ green 113 ◦ blue 83

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

Shades of Red Damask #C37153

Tints of Red Damask #C37153

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

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

R = 49.87%
G = 28.9%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C37153 (or 0xC37153) is known color: Red Damask. HEX triplet: C3, 71 and 53. RGB value is (195,113,83). Sum of RGB (Red+Green+Blue) = 195+113+83=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C37153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37153 is #3C8EAC. Grayscale: #868686. Windows color (decimal): -3968685 or 5468611. OLE color: 5468611.

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

Color convert

RGB 195 113 83 -
CMYK 0 0.42 0.57 0.24
HSL 16.07º 0.48% 0.55% -
HSV(B) 16.07º 0.57% 0.76% -
XYZ 29.97 24.04 11.24 -
YUV 134.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 195 113 83 0 0.42 0.57 0.24 16.07 0.48 0.55
Hex C3 71 53 0 2A 39 18 10 30 37
Octal 303 161 123 0 52 71 30 20 60 67
Binary 11000011 1110001 1010011 0 101010 111001 11000 10000 110000 110111

Color Harmonies of #C37153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37153

Black with #C37153

Text Example


Text Example

White with #C37153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37153; }

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

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

background-color css

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

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

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

border-color css

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

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

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