#C96D58

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

Shades of Japonica #C96D58

Tints of Japonica #C96D58

Color information

#C96D58 (or 0xC96D58) is unknown color: approx Japonica. HEX triplet: C9, 6D and 58. RGB value is (201,109,88). Sum of RGB (Red+Green+Blue) = 201+109+88=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D58 is #3692A7. Grayscale: #868686. Windows color (decimal): -3576488 or 5795273. OLE color: 5795273.

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

Color convert

RGB20110988-
CMYK00.460.560.21
HSL11.15º51.13%56.67%-
HSV(B)11.15º56.22%78.82%-
XYZ31.3224.0612.23-
YUV134.11101.98175.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.50%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 88 (34.77% from 255) = 22.11%
R=50.50%
G=27.39%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011098800.460.560.2111.1551.1356.67
HexC96D5802E3815b3339
Octal3111551300567025136371
Binary11001001110110110110000101110111000101011011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96D58; }

 p { color: rgb(201,109,88); }

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

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

 a { background-color: rgb(201,109,88); }

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

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

 span { border-color: rgb(201,109,88); }

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