#C9705B

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

Shades of Japonica #C9705B

Tints of Japonica #C9705B

Color information

#C9705B (or 0xC9705B) is unknown color: approx Japonica. HEX triplet: C9, 70 and 5B. RGB value is (201,112,91). Sum of RGB (Red+Green+Blue) = 201+112+91=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C9705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9705B is #368FA4. Grayscale: #888888. Windows color (decimal): -3575717 or 5992649. OLE color: 5992649.

HSL color Cylindrical-coordinate representation of color #C9705B: hue angle of 11.45º degrees, saturation: 0.5, 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 #C9705B is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB20111291-
CMYK00.440.550.21
HSL11.45º50.46%57.25%-
HSV(B)11.45º54.73%78.82%-
XYZ31.7724.7613-
YUV136.22102.49174.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.75%
GREEN value IS 112 (44.14% from 255) = 27.72%
BLUE value IS 91 (35.94% from 255) = 22.52%
R=49.75%
G=27.72%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011129100.440.550.2111.4550.4657.25
HexC9705B02C3715b3239
Octal3111601330546725136271
Binary11001001111000010110110101100110111101011011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9705B; }

 p { color: rgb(201,112,91); }

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

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

 a { background-color: rgb(201,112,91); }

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

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

 span { border-color: rgb(201,112,91); }

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