#C96B5A

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

Shades of Japonica #C96B5A

Tints of Japonica #C96B5A

Color information

#C96B5A (or 0xC96B5A) is unknown color: approx Japonica. HEX triplet: C9, 6B and 5A. RGB value is (201,107,90). Sum of RGB (Red+Green+Blue) = 201+107+90=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96B5A is #3694A5. Grayscale: #858585. Windows color (decimal): -3576998 or 5925833. OLE color: 5925833.

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

Color convert

RGB20110790-
CMYK00.470.550.21
HSL9.19º50.68%57.06%-
HSV(B)9.19º55.22%78.82%-
XYZ31.1923.6712.6-
YUV133.17103.64176.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.50%
GREEN value IS 107 (42.19% from 255) = 26.88%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=50.50%
G=26.88%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011079000.470.550.219.1950.6857.06
HexC96B5A02F371593339
Octal3111531320576725116371
Binary11001001110101110110100101111110111101011001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96B5A; }

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

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

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

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

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

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

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

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