#CE6F54

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

Shades of Japonica #CE6F54

Tints of Japonica #CE6F54

Color information

#CE6F54 (or 0xCE6F54) is unknown color: approx Japonica. HEX triplet: CE, 6F and 54. RGB value is (206,111,84). Sum of RGB (Red+Green+Blue) = 206+111+84=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F54 is #3190AB. Grayscale: #888888. Windows color (decimal): -3248300 or 5533646. OLE color: 5533646.

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

Color convert

RGB20611184-
CMYK00.460.590.19
HSL13.28º55.45%56.86%-
HSV(B)13.28º59.22%80.78%-
XYZ32.7425.1311.51-
YUV136.3398.47177.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.37%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 84 (33.20% from 255) = 20.95%
R=51.37%
G=27.68%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061118400.460.590.1913.2855.4556.86
HexCE6F5402E3B13d3739
Octal3161571240567323156771
Binary11001110110111110101000101110111011100111101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6F54; }

 p { color: rgb(206,111,84); }

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

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

 a { background-color: rgb(206,111,84); }

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

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

 span { border-color: rgb(206,111,84); }

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