Html Css Color HEX #C37552 Red Damask

📋 copy color: '#C37552'

red 195 ◦ green 117 ◦ blue 82

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

Shades of Red Damask #C37552

Tints of Red Damask #C37552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.81%

R = 49.49%
G = 29.7%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C37552 (or 0xC37552) is known color: Red Damask. HEX triplet: C3, 75 and 52. RGB value is (195,117,82). Sum of RGB (Red+Green+Blue) = 195+117+82=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C37552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37552 is #3C8AAD. Grayscale: #888888. Windows color (decimal): -3967662 or 5404099. OLE color: 5404099.

HSL color Cylindrical-coordinate representation of color #C37552: hue angle of 18.58º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C37552 is Cyan = 0, Magento = 0.4, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 117 82 -
CMYK 0 0.4 0.58 0.24
HSL 18.58º 0.48% 0.54% -
HSV(B) 18.58º 0.58% 0.76% -
XYZ 30.39 24.93 11.19 -
YUV 136.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 195 117 82 0 0.4 0.58 0.24 18.58 0.48 0.54
Hex C3 75 52 0 28 3A 18 13 30 36
Octal 303 165 122 0 50 72 30 23 60 66
Binary 11000011 1110101 1010010 0 101000 111010 11000 10011 110000 110110

Color Harmonies of #C37552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37552

Black with #C37552

Text Example


Text Example

White with #C37552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37552; }

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

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

background-color css

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

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

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

border-color css

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

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

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