#CB7256

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

Shades of Japonica #CB7256

Tints of Japonica #CB7256

Color information

#CB7256 (or 0xCB7256) is unknown color: approx Japonica. HEX triplet: CB, 72 and 56. RGB value is (203,114,86). Sum of RGB (Red+Green+Blue) = 203+114+86=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7256 is #348DA9. Grayscale: #898989. Windows color (decimal): -3444138 or 5665483. OLE color: 5665483.

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

Color convert

RGB20311486-
CMYK00.440.580.20
HSL14.36º52.94%56.67%-
HSV(B)14.36º57.64%79.61%-
XYZ32.3325.412-
YUV137.4298.99174.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.37%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 86 (33.98% from 255) = 21.34%
R=50.37%
G=28.29%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031148600.440.580.2014.3652.9456.67
HexCB725602C3A14e3539
Octal3131621260547224166571
Binary11001011111001010101100101100111010101001110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7256; }

 p { color: rgb(203,114,86); }

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

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

 a { background-color: rgb(203,114,86); }

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

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

 span { border-color: rgb(203,114,86); }

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