Html Css Color HEX #C37353 Red Damask

📋 copy color: '#C37353'

red 195 ◦ green 115 ◦ blue 83

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

Shades of Red Damask #C37353

Tints of Red Damask #C37353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.26%

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

R = 49.62%
G = 29.26%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C37353 (or 0xC37353) is known color: Red Damask. HEX triplet: C3, 73 and 53. RGB value is (195,115,83). Sum of RGB (Red+Green+Blue) = 195+115+83=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C37353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37353 is #3C8CAC. Grayscale: #878787. Windows color (decimal): -3968173 or 5469123. OLE color: 5469123.

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

Color convert

RGB 195 115 83 -
CMYK 0 0.41 0.57 0.24
HSL 17.14º 0.48% 0.55% -
HSV(B) 17.14º 0.57% 0.76% -
XYZ 30.2 24.49 11.32 -
YUV 135.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 195 115 83 0 0.41 0.57 0.24 17.14 0.48 0.55
Hex C3 73 53 0 29 39 18 11 30 37
Octal 303 163 123 0 51 71 30 21 60 67
Binary 11000011 1110011 1010011 0 101001 111001 11000 10001 110000 110111

Color Harmonies of #C37353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37353

Black with #C37353

Text Example


Text Example

White with #C37353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37353; }

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

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

background-color css

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

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

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

border-color css

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

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

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