#C9755D

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

Shades of Japonica #C9755D

Tints of Japonica #C9755D

Color information

#C9755D (or 0xC9755D) is unknown color: approx Japonica. HEX triplet: C9, 75 and 5D. RGB value is (201,117,93). Sum of RGB (Red+Green+Blue) = 201+117+93=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9755D is #368AA2. Grayscale: #8B8B8B. Windows color (decimal): -3574435 or 6125001. OLE color: 6125001.

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

Color convert

RGB20111793-
CMYK00.420.540.21
HSL13.33º50%57.65%-
HSV(B)13.33º53.73%78.82%-
XYZ32.4225.9313.65-
YUV139.38101.83171.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.91%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 93 (36.72% from 255) = 22.63%
R=48.91%
G=28.47%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011179300.420.540.2113.335057.65
HexC9755D02A3615d323a
Octal3111651350526625156272
Binary11001001111010110111010101010110110101011101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9755D; }

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

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

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

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

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

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

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

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