#CB755E

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

Shades of Japonica #CB755E

Tints of Japonica #CB755E

Color information

#CB755E (or 0xCB755E) is unknown color: approx Japonica. HEX triplet: CB, 75 and 5E. RGB value is (203,117,94). Sum of RGB (Red+Green+Blue) = 203+117+94=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB755E is #348AA1. Grayscale: #8C8C8C. Windows color (decimal): -3443362 or 6190539. OLE color: 6190539.

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

Color convert

RGB20311794-
CMYK00.420.540.20
HSL12.66º51.17%58.24%-
HSV(B)12.66º53.69%79.61%-
XYZ33.0126.2313.91-
YUV140.09101.99172.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=49.03%
G=28.26%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031179400.420.540.2012.6651.1758.24
HexCB755E02A3614d333a
Octal3131651360526624156372
Binary11001011111010110111100101010110110101001101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB755E; }

 p { color: rgb(203,117,94); }

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

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

 a { background-color: rgb(203,117,94); }

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

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

 span { border-color: rgb(203,117,94); }

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