#C96B52

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

Shades of Japonica #C96B52

Tints of Japonica #C96B52

Color information

#C96B52 (or 0xC96B52) is unknown color: approx Japonica. HEX triplet: C9, 6B and 52. RGB value is (201,107,82). Sum of RGB (Red+Green+Blue) = 201+107+82=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96B52 is #3694AD. Grayscale: #848484. Windows color (decimal): -3577006 or 5401545. OLE color: 5401545.

HSL color Cylindrical-coordinate representation of color #C96B52: hue angle of 12.61º 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 #C96B52 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB20110782-
CMYK00.470.590.21
HSL12.61º52.42%55.49%-
HSV(B)12.61º59.2%78.82%-
XYZ30.8723.5410.9-
YUV132.2699.64177.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.54%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 82 (32.42% from 255) = 21.03%
R=51.54%
G=27.44%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011078200.470.590.2112.6152.4255.49
HexC96B5202F3B15d3437
Octal3111531220577325156467
Binary11001001110101110100100101111111011101011101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96B52; }

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

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

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

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

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

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

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

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