#CE6956

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

Shades of Japonica #CE6956

Tints of Japonica #CE6956

Color information

#CE6956 (or 0xCE6956) is unknown color: approx Japonica. HEX triplet: CE, 69 and 56. RGB value is (206,105,86). Sum of RGB (Red+Green+Blue) = 206+105+86=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6956 is #3196A9. Grayscale: #858585. Windows color (decimal): -3249834 or 5663182. OLE color: 5663182.

HSL color Cylindrical-coordinate representation of color #CE6956: hue angle of 9.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE6956 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB20610586-
CMYK00.490.580.19
HSL9.5º55.05%57.25%-
HSV(B)9.5º58.25%80.78%-
XYZ32.1823.911.72-
YUV133.03101.46180.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.89%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 86 (33.98% from 255) = 21.66%
R=51.89%
G=26.45%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061058600.490.580.199.555.0557.25
HexCE69560313A13a3739
Octal3161511260617223126771
Binary11001110110100110101100110001111010100111010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6956; }

 p { color: rgb(206,105,86); }

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

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

 a { background-color: rgb(206,105,86); }

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

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

 span { border-color: rgb(206,105,86); }

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