#CB785F

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

Shades of Japonica #CB785F

Tints of Japonica #CB785F

Color information

#CB785F (or 0xCB785F) is unknown color: approx Japonica. HEX triplet: CB, 78 and 5F. RGB value is (203,120,95). Sum of RGB (Red+Green+Blue) = 203+120+95=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB785F is #3487A0. Grayscale: #8E8E8E. Windows color (decimal): -3442593 or 6256843. OLE color: 6256843.

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

Color convert

RGB20312095-
CMYK00.410.530.20
HSL13.89º50.94%58.43%-
HSV(B)13.89º53.2%79.61%-
XYZ33.4126.9614.27-
YUV141.97101.5171.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.56%
GREEN value IS 120 (47.27% from 255) = 28.71%
BLUE value IS 95 (37.5% from 255) = 22.73%
R=48.56%
G=28.71%
B=22.73%

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
Decimal2031209500.410.530.2013.8950.9458.43
HexCB785F0293514e333a
Octal3131701370516524166372
Binary11001011111100010111110101001110101101001110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB785F; }

 p { color: rgb(203,120,95); }

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

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

 a { background-color: rgb(203,120,95); }

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

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

 span { border-color: rgb(203,120,95); }

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