#C96C52

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

Shades of Japonica #C96C52

Tints of Japonica #C96C52

Color information

#C96C52 (or 0xC96C52) is unknown color: approx Japonica. HEX triplet: C9, 6C and 52. RGB value is (201,108,82). Sum of RGB (Red+Green+Blue) = 201+108+82=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C52 is #3693AD. Grayscale: #858585. Windows color (decimal): -3576750 or 5401801. OLE color: 5401801.

HSL color Cylindrical-coordinate representation of color #C96C52: hue angle of 13.11º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C96C52 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB20110882-
CMYK00.460.590.21
HSL13.11º52.42%55.49%-
HSV(B)13.11º59.2%78.82%-
XYZ30.9723.7510.93-
YUV132.8499.31176.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.41%
GREEN value IS 108 (42.58% from 255) = 27.62%
BLUE value IS 82 (32.42% from 255) = 20.97%
R=51.41%
G=27.62%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011088200.460.590.2113.1152.4255.49
HexC96C5202E3B15d3437
Octal3111541220567325156467
Binary11001001110110010100100101110111011101011101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96C52; }

 p { color: rgb(201,108,82); }

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

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

 a { background-color: rgb(201,108,82); }

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

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

 span { border-color: rgb(201,108,82); }

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