#CE6F52

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

Shades of Japonica #CE6F52

Tints of Japonica #CE6F52

Color information

#CE6F52 (or 0xCE6F52) is unknown color: approx Japonica. HEX triplet: CE, 6F and 52. RGB value is (206,111,82). Sum of RGB (Red+Green+Blue) = 206+111+82=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F52 is #3190AD. Grayscale: #888888. Windows color (decimal): -3248302 or 5402574. OLE color: 5402574.

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

Color convert

RGB20611182-
CMYK00.460.600.19
HSL14.03º55.86%56.47%-
HSV(B)14.03º60.19%80.78%-
XYZ32.6625.111.11-
YUV136.197.47177.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.63%
GREEN value IS 111 (43.75% from 255) = 27.82%
BLUE value IS 82 (32.42% from 255) = 20.55%
R=51.63%
G=27.82%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061118200.460.600.1914.0355.8656.47
HexCE6F5202E3C13e3838
Octal3161571220567423167070
Binary11001110110111110100100101110111100100111110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6F52; }

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

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

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

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

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

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

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

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