#CB7760

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

Shades of Japonica #CB7760

Tints of Japonica #CB7760

Color information

#CB7760 (or 0xCB7760) is unknown color: approx Japonica. HEX triplet: CB, 77 and 60. RGB value is (203,119,96). Sum of RGB (Red+Green+Blue) = 203+119+96=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7760 is #34889F. Grayscale: #8D8D8D. Windows color (decimal): -3442848 or 6322123. OLE color: 6322123.

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

Color convert

RGB20311996-
CMYK00.410.530.20
HSL12.9º50.71%58.63%-
HSV(B)12.9º52.71%79.61%-
XYZ33.3426.7314.47-
YUV141.49102.33171.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.56%
GREEN value IS 119 (46.88% from 255) = 28.47%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=48.56%
G=28.47%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031199600.410.530.2012.950.7158.63
HexCB77600293514d333b
Octal3131671400516524156373
Binary11001011111011111000000101001110101101001101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7760; }

 p { color: rgb(203,119,96); }

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

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

 a { background-color: rgb(203,119,96); }

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

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

 span { border-color: rgb(203,119,96); }

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