Html Css Color HEX #C37553 Red Damask

📋 copy color: '#C37553'

red 195 ◦ green 117 ◦ blue 83

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

Shades of Red Damask #C37553

Tints of Red Damask #C37553

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.62%

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

R = 49.37%
G = 29.62%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C37553 (or 0xC37553) is known color: Red Damask. HEX triplet: C3, 75 and 53. RGB value is (195,117,83). Sum of RGB (Red+Green+Blue) = 195+117+83=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C37553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37553 is #3C8AAC. Grayscale: #888888. Windows color (decimal): -3967661 or 5469635. OLE color: 5469635.

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

Color convert

RGB 195 117 83 -
CMYK 0 0.4 0.57 0.24
HSL 18.21º 0.48% 0.55% -
HSV(B) 18.21º 0.57% 0.76% -
XYZ 30.43 24.95 11.4 -
YUV 136.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 195 117 83 0 0.4 0.57 0.24 18.21 0.48 0.55
Hex C3 75 53 0 28 39 18 12 30 37
Octal 303 165 123 0 50 71 30 22 60 67
Binary 11000011 1110101 1010011 0 101000 111001 11000 10010 110000 110111

Color Harmonies of #C37553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37553

Black with #C37553

Text Example


Text Example

White with #C37553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37553; }

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

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

background-color css

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

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

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

border-color css

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

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

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