#C96F5D

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

Shades of Japonica #C96F5D

Tints of Japonica #C96F5D

Color information

#C96F5D (or 0xC96F5D) is unknown color: approx Japonica. HEX triplet: C9, 6F and 5D. RGB value is (201,111,93). Sum of RGB (Red+Green+Blue) = 201+111+93=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F5D is #3690A2. Grayscale: #888888. Windows color (decimal): -3575971 or 6123465. OLE color: 6123465.

HSL color Cylindrical-coordinate representation of color #C96F5D: hue angle of 10º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C96F5D is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB20111193-
CMYK00.450.540.21
HSL10º50%57.65%-
HSV(B)10º53.73%78.82%-
XYZ31.7524.5813.43-
YUV135.86103.82174.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.63%
GREEN value IS 111 (43.75% from 255) = 27.41%
BLUE value IS 93 (36.72% from 255) = 22.96%
R=49.63%
G=27.41%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011119300.450.540.21105057.65
HexC96F5D02D3615a323a
Octal3111571350556625126272
Binary11001001110111110111010101101110110101011010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96F5D; }

 p { color: rgb(201,111,93); }

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

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

 a { background-color: rgb(201,111,93); }

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

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

 span { border-color: rgb(201,111,93); }

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