Html Css Color HEX #C37550 Red Damask

📋 copy color: '#C37550'

red 195 ◦ green 117 ◦ blue 80

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

Shades of Red Damask #C37550

Tints of Red Damask #C37550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.41%

R = 49.74%
G = 29.85%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C37550 (or 0xC37550) is known color: Red Damask. HEX triplet: C3, 75 and 50. RGB value is (195,117,80). Sum of RGB (Red+Green+Blue) = 195+117+80=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C37550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37550 is #3C8AAF. Grayscale: #888888. Windows color (decimal): -3967664 or 5273027. OLE color: 5273027.

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

Color convert

RGB 195 117 80 -
CMYK 0 0.4 0.59 0.24
HSL 19.3º 0.49% 0.54% -
HSV(B) 19.3º 0.59% 0.76% -
XYZ 30.31 24.9 10.8 -
YUV 136.1 96.34 170.01 -
System Red Green Blue C M Y K H S L
Decimal 195 117 80 0 0.4 0.59 0.24 19.3 0.49 0.54
Hex C3 75 50 0 28 3B 18 13 31 36
Octal 303 165 120 0 50 73 30 23 61 66
Binary 11000011 1110101 1010000 0 101000 111011 11000 10011 110001 110110

Color Harmonies of #C37550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37550

Black with #C37550

Text Example


Text Example

White with #C37550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37550; }

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

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

background-color css

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

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

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

border-color css

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

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

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