#C36B48

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

Shades of Red Damask #C36B48

Tints of Red Damask #C36B48

Color information

#C36B48 (or 0xC36B48) is unknown color: approx Red Damask. HEX triplet: C3, 6B and 48. RGB value is (195,107,72). Sum of RGB (Red+Green+Blue) = 195+107+72=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36B48 is #3C94B7. Grayscale: #818181. Windows color (decimal): -3970232 or 4746179. OLE color: 4746179.

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

Color convert

RGB19510772-
CMYK00.450.630.24
HSL17.07º50.62%52.35%-
HSV(B)17.07º63.08%76.47%-
XYZ28.9322.598.97-
YUV129.3295.65174.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.14%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 72 (28.52% from 255) = 19.25%
R=52.14%
G=28.61%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951077200.450.630.2417.0750.6252.35
HexC36B4802D3F18113334
Octal3031531100557730216364
Binary110000111101011100100001011011111111100010001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36B48; }

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

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

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

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

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

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

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

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