#C36B45

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

Shades of Red Damask #C36B45

Tints of Red Damask #C36B45

Color information

#C36B45 (or 0xC36B45) is unknown color: approx Red Damask. HEX triplet: C3, 6B and 45. RGB value is (195,107,69). Sum of RGB (Red+Green+Blue) = 195+107+69=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36B45 is #3C94BA. Grayscale: #818181. Windows color (decimal): -3970235 or 4549571. OLE color: 4549571.

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

Color convert

RGB19510769-
CMYK00.450.650.24
HSL18.1º51.22%51.76%-
HSV(B)18.1º64.62%76.47%-
XYZ28.8422.558.46-
YUV128.9894.15175.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.56%
GREEN value IS 107 (42.19% from 255) = 28.84%
BLUE value IS 69 (27.34% from 255) = 18.60%
R=52.56%
G=28.84%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951076900.450.650.2418.151.2251.76
HexC36B4502D4118123334
Octal30315310505510130226364
Binary1100001111010111000101010110110000011100010010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36B45; }

 p { color: rgb(195,107,69); }

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

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

 a { background-color: rgb(195,107,69); }

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

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

 span { border-color: rgb(195,107,69); }

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