#CB7460

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

Shades of Japonica #CB7460

Tints of Japonica #CB7460

Color information

#CB7460 (or 0xCB7460) is unknown color: approx Japonica. HEX triplet: CB, 74 and 60. RGB value is (203,116,96). Sum of RGB (Red+Green+Blue) = 203+116+96=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7460 is #348B9F. Grayscale: #8B8B8B. Windows color (decimal): -3443616 or 6321355. OLE color: 6321355.

HSL color Cylindrical-coordinate representation of color #CB7460: hue angle of 11.21º 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 #CB7460 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20311696-
CMYK00.430.530.20
HSL11.21º50.71%58.63%-
HSV(B)11.21º52.71%79.61%-
XYZ32.9926.0314.35-
YUV139.73103.32173.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.92%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=48.92%
G=27.95%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031169600.430.530.2011.2150.7158.63
HexCB746002B3514b333b
Octal3131641400536524136373
Binary11001011111010011000000101011110101101001011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7460; }

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

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

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

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

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

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

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

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