#CE6B60

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

Shades of Japonica #CE6B60

Tints of Japonica #CE6B60

Color information

#CE6B60 (or 0xCE6B60) is unknown color: approx Japonica. HEX triplet: CE, 6B and 60. RGB value is (206,107,96). Sum of RGB (Red+Green+Blue) = 206+107+96=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B60 is #31949F. Grayscale: #878787. Windows color (decimal): -3249312 or 6319054. OLE color: 6319054.

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

Color convert

RGB20610796-
CMYK00.480.530.19
HSL52.88%59.22%-
HSV(B)53.4%80.78%-
XYZ32.8224.4814.06-
YUV135.35105.8178.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.37%
GREEN value IS 107 (42.19% from 255) = 26.16%
BLUE value IS 96 (37.89% from 255) = 23.47%
R=50.37%
G=26.16%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061079600.480.530.19652.8859.22
HexCE6B6003035136353b
Octal316153140060652366573
Binary1100111011010111100000011000011010110011110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6B60; }

 p { color: rgb(206,107,96); }

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

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

 a { background-color: rgb(206,107,96); }

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

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

 span { border-color: rgb(206,107,96); }

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