#C97663

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

Shades of Japonica #C97663

Tints of Japonica #C97663

Color information

#C97663 (or 0xC97663) is unknown color: approx Japonica. HEX triplet: C9, 76 and 63. RGB value is (201,118,99). Sum of RGB (Red+Green+Blue) = 201+118+99=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C97663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97663 is #36899C. Grayscale: #8C8C8C. Windows color (decimal): -3574173 or 6518473. OLE color: 6518473.

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

Color convert

RGB20111899-
CMYK00.410.510.21
HSL11.18º48.57%58.82%-
HSV(B)11.18º50.75%78.82%-
XYZ32.8226.2815.15-
YUV140.65104.5171.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.09%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 99 (39.06% from 255) = 23.68%
R=48.09%
G=28.23%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011189900.410.510.2111.1848.5758.82
HexC976630293315b313b
Octal3111661430516325136173
Binary11001001111011011000110101001110011101011011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97663; }

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

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

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

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

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

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

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

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