#C97664

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

Shades of Japonica #C97664

Tints of Japonica #C97664

Color information

#C97664 (or 0xC97664) is unknown color: approx Japonica. HEX triplet: C9, 76 and 64. RGB value is (201,118,100). Sum of RGB (Red+Green+Blue) = 201+118+100=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C97664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97664 is #36899B. Grayscale: #8C8C8C. Windows color (decimal): -3574172 or 6584009. OLE color: 6584009.

HSL color Cylindrical-coordinate representation of color #C97664: hue angle of 10.69º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C97664 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB201118100-
CMYK00.410.500.21
HSL10.69º48.33%59.02%-
HSV(B)10.69º50.25%78.82%-
XYZ32.8726.2915.4-
YUV140.76105170.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.97%
GREEN value IS 118 (46.48% from 255) = 28.16%
BLUE value IS 100 (39.45% from 255) = 23.87%
R=47.97%
G=28.16%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111810000.410.500.2110.6948.3359.02
HexC976640293215b303b
Octal3111661440516225136073
Binary11001001111011011001000101001110010101011011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97664; }

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

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

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

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

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

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

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

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