#cb7663

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

Shades of Japonica #CB7663

Tints of Japonica #CB7663

Color information

#CB7663 (or 0xCB7663) is unknown color: approx Japonica. HEX triplet: CB, 76 and 63. RGB value is (203,118,99). Sum of RGB (Red+Green+Blue) = 203+118+99=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7663 is #34899C. Grayscale: #8D8D8D. Windows color (decimal): -3443101 or 6518475. OLE color: 6518475.

HSL color Cylindrical-coordinate representation of color #CB7663: hue angle of 10.96º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB7663 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB20311899-
CMYK00.420.510.20
HSL10.96º50%59.22%-
HSV(B)10.96º51.23%79.61%-
XYZ33.3626.5515.17-
YUV141.25104.16172.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 118 (46.48% from 255) = 28.10%
BLUE value IS 99 (39.06% from 255) = 23.57%
R=48.33%
G=28.10%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031189900.420.510.2010.965059.22
HexCB766302A3314b323b
Octal3131661430526324136273
Binary11001011111011011000110101010110011101001011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb7663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb7663; }

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

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

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

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

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

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

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

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