#C9765D

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

Shades of Japonica #C9765D

Tints of Japonica #C9765D

Color information

#C9765D (or 0xC9765D) is unknown color: approx Japonica. HEX triplet: C9, 76 and 5D. RGB value is (201,118,93). Sum of RGB (Red+Green+Blue) = 201+118+93=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9765D is #3689A2. Grayscale: #8C8C8C. Windows color (decimal): -3574179 or 6125257. OLE color: 6125257.

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

Color convert

RGB20111893-
CMYK00.410.540.21
HSL13.89º50%57.65%-
HSV(B)13.89º53.73%78.82%-
XYZ32.5426.1613.69-
YUV139.97101.5171.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.79%
GREEN value IS 118 (46.48% from 255) = 28.64%
BLUE value IS 93 (36.72% from 255) = 22.57%
R=48.79%
G=28.64%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011189300.410.540.2113.895057.65
HexC9765D0293615e323a
Octal3111661350516625166272
Binary11001001111011010111010101001110110101011110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9765D; }

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

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

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

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

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

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

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

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