#CB7A5D

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

Shades of Japonica #CB7A5D

Tints of Japonica #CB7A5D

Color information

#CB7A5D (or 0xCB7A5D) is unknown color: approx Japonica. HEX triplet: CB, 7A and 5D. RGB value is (203,122,93). Sum of RGB (Red+Green+Blue) = 203+122+93=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7A5D is #3485A2. Grayscale: #8F8F8F. Windows color (decimal): -3442083 or 6126283. OLE color: 6126283.

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

Color convert

RGB20312293-
CMYK00.400.540.20
HSL15.82º51.4%58.04%-
HSV(B)15.82º54.19%79.61%-
XYZ33.5627.4113.88-
YUV142.9199.84170.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.56%
GREEN value IS 122 (48.05% from 255) = 29.19%
BLUE value IS 93 (36.72% from 255) = 22.25%
R=48.56%
G=29.19%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031229300.400.540.2015.8251.458.04
HexCB7A5D028361410333a
Octal3131721350506624206372
Binary110010111111010101110101010001101101010010000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7A5D; }

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

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

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

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

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

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

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

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