#C36644

Color #C36644 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C36644

Tints of Red Damask #C36644

Color information

#C36644 (or 0xC36644) is unknown color: approx Red Damask. HEX triplet: C3, 66 and 44. RGB value is (195,102,68). Sum of RGB (Red+Green+Blue) = 195+102+68=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C36644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36644 is #3C99BB. Grayscale: #7E7E7E. Windows color (decimal): -3971516 or 4482755. OLE color: 4482755.

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

Color convert

RGB19510268-
CMYK00.480.650.24
HSL16.06º51.42%51.57%-
HSV(B)16.06º65.13%76.47%-
XYZ28.321.528.13-
YUV125.9395.31177.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.42%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 68 (26.95% from 255) = 18.63%
R=53.42%
G=27.95%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951026800.480.650.2416.0651.4251.57
HexC366440304118103334
Octal30314610406010130206364
Binary1100001111001101000100011000010000011100010000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36644; }

 p { color: rgb(195,102,68); }

 H1.HeaderClassName
 {
   color: #C36644;
 }
 .AnyTagClassName
 {
   color: #C36644;
 }
</style>
background-color css

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

 a { background-color: rgb(195,102,68); }

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

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

 span { border-color: rgb(195,102,68); }

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