Html Css Color HEX #C37554 Red Damask

📋 copy color: '#C37554'

red 195 ◦ green 117 ◦ blue 84

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

Shades of Red Damask #C37554

Tints of Red Damask #C37554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.21%

R = 49.24%
G = 29.55%
B = 21.21%

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

#C37554 (or 0xC37554) is known color: Red Damask. HEX triplet: C3, 75 and 54. RGB value is (195,117,84). Sum of RGB (Red+Green+Blue) = 195+117+84=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C37554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37554 is #3C8AAB. Grayscale: #888888. Windows color (decimal): -3967660 or 5535171. OLE color: 5535171.

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

Color convert

RGB 195 117 84 -
CMYK 0 0.4 0.57 0.24
HSL 17.84º 0.48% 0.55% -
HSV(B) 17.84º 0.57% 0.76% -
XYZ 30.47 24.96 11.6 -
YUV 136.56 98.34 169.68 -
System Red Green Blue C M Y K H S L
Decimal 195 117 84 0 0.4 0.57 0.24 17.84 0.48 0.55
Hex C3 75 54 0 28 39 18 12 30 37
Octal 303 165 124 0 50 71 30 22 60 67
Binary 11000011 1110101 1010100 0 101000 111001 11000 10010 110000 110111

Color Harmonies of #C37554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37554

Black with #C37554

Text Example


Text Example

White with #C37554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37554; }

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

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

background-color css

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

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

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

border-color css

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

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

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