#CB7A60

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

Shades of Japonica #CB7A60

Tints of Japonica #CB7A60

Color information

#CB7A60 (or 0xCB7A60) is unknown color: approx Japonica. HEX triplet: CB, 7A and 60. RGB value is (203,122,96). Sum of RGB (Red+Green+Blue) = 203+122+96=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7A60 is #34859F. Grayscale: #8F8F8F. Windows color (decimal): -3442080 or 6322891. OLE color: 6322891.

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

Color convert

RGB20312296-
CMYK00.400.530.20
HSL14.58º50.71%58.63%-
HSV(B)14.58º52.71%79.61%-
XYZ33.727.4614.59-
YUV143.25101.34170.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 96 (37.89% from 255) = 22.80%
R=48.22%
G=28.98%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031229600.400.530.2014.5850.7158.63
HexCB7A600283514f333b
Octal3131721400506524176373
Binary11001011111101011000000101000110101101001111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7A60; }

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

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

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

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

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

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

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

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