#CB7658

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

Shades of Japonica #CB7658

Tints of Japonica #CB7658

Color information

#CB7658 (or 0xCB7658) is unknown color: approx Japonica. HEX triplet: CB, 76 and 58. RGB value is (203,118,88). Sum of RGB (Red+Green+Blue) = 203+118+88=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7658 is #3489A7. Grayscale: #8C8C8C. Windows color (decimal): -3443112 or 5797579. OLE color: 5797579.

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

Color convert

RGB20311888-
CMYK00.420.570.20
HSL15.65º52.51%57.06%-
HSV(B)15.65º56.65%79.61%-
XYZ32.8726.3612.59-
YUV14098.66172.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.63%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 88 (34.77% from 255) = 21.52%
R=49.63%
G=28.85%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031188800.420.570.2015.6552.5157.06
HexCB765802A3914103539
Octal3131661300527124206571
Binary110010111110110101100001010101110011010010000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7658; }

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

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

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

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

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

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

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

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