Html Css Color HEX #C37551 Red Damask

📋 copy color: '#C37551'

red 195 ◦ green 117 ◦ blue 81

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

Shades of Red Damask #C37551

Tints of Red Damask #C37551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.61%

R = 49.62%
G = 29.77%
B = 20.61%

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

#C37551 (or 0xC37551) is known color: Red Damask. HEX triplet: C3, 75 and 51. RGB value is (195,117,81). Sum of RGB (Red+Green+Blue) = 195+117+81=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C37551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37551 is #3C8AAE. Grayscale: #888888. Windows color (decimal): -3967663 or 5338563. OLE color: 5338563.

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

Color convert

RGB 195 117 81 -
CMYK 0 0.4 0.58 0.24
HSL 18.95º 0.49% 0.54% -
HSV(B) 18.95º 0.58% 0.76% -
XYZ 30.35 24.92 10.99 -
YUV 136.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 195 117 81 0 0.4 0.58 0.24 18.95 0.49 0.54
Hex C3 75 51 0 28 3A 18 13 31 36
Octal 303 165 121 0 50 72 30 23 61 66
Binary 11000011 1110101 1010001 0 101000 111010 11000 10011 110001 110110

Color Harmonies of #C37551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37551

Black with #C37551

Text Example


Text Example

White with #C37551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37551; }

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

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

background-color css

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

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

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

border-color css

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

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

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