#CB6E5D

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

Shades of Japonica #CB6E5D

Tints of Japonica #CB6E5D

Color information

#CB6E5D (or 0xCB6E5D) is unknown color: approx Japonica. HEX triplet: CB, 6E and 5D. RGB value is (203,110,93). Sum of RGB (Red+Green+Blue) = 203+110+93=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E5D is #3491A2. Grayscale: #888888. Windows color (decimal): -3445155 or 6123211. OLE color: 6123211.

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

Color convert

RGB20311093-
CMYK00.460.540.20
HSL9.27º51.4%58.04%-
HSV(B)9.27º54.19%79.61%-
XYZ32.1824.6413.42-
YUV135.87103.81175.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50%
GREEN value IS 110 (43.36% from 255) = 27.09%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=50%
G=27.09%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031109300.460.540.209.2751.458.04
HexCB6E5D02E36149333a
Octal3131561350566624116372
Binary11001011110111010111010101110110110101001001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6E5D; }

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

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

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

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

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

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

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

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