#C9705A

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

Shades of Japonica #C9705A

Tints of Japonica #C9705A

Color information

#C9705A (or 0xC9705A) is unknown color: approx Japonica. HEX triplet: C9, 70 and 5A. RGB value is (201,112,90). Sum of RGB (Red+Green+Blue) = 201+112+90=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C9705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9705A is #368FA5. Grayscale: #888888. Windows color (decimal): -3575718 or 5927113. OLE color: 5927113.

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

Color convert

RGB20111290-
CMYK00.440.550.21
HSL11.89º50.68%57.06%-
HSV(B)11.89º55.22%78.82%-
XYZ31.7324.7412.78-
YUV136.1101.99174.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.88%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 90 (35.55% from 255) = 22.33%
R=49.88%
G=27.79%
B=22.33%

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
Decimal2011129000.440.550.2111.8950.6857.06
HexC9705A02C3715c3339
Octal3111601320546725146371
Binary11001001111000010110100101100110111101011100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9705A; }

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

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

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

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

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

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

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

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