#ce6951

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

Shades of Japonica #CE6951

Tints of Japonica #CE6951

Color information

#CE6951 (or 0xCE6951) is unknown color: approx Japonica. HEX triplet: CE, 69 and 51. RGB value is (206,105,81). Sum of RGB (Red+Green+Blue) = 206+105+81=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6951 is #3196AE. Grayscale: #848484. Windows color (decimal): -3249839 or 5335502. OLE color: 5335502.

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

Color convert

RGB20610581-
CMYK00.490.610.19
HSL11.52º56.05%56.27%-
HSV(B)11.52º60.68%80.78%-
XYZ31.9923.8210.7-
YUV132.4698.96180.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.55%
GREEN value IS 105 (41.41% from 255) = 26.79%
BLUE value IS 81 (32.03% from 255) = 20.66%
R=52.55%
G=26.79%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061058100.490.610.1911.5256.0556.27
HexCE69510313D13c3838
Octal3161511210617523147070
Binary11001110110100110100010110001111101100111100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce6951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce6951; }

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

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

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

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

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

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

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

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