Html Css Color HEX #CE6E5E Japonica

📋 copy color: '#CE6E5E'

red 206 ◦ green 110 ◦ blue 94

#CE6E5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #CE6E5E

Tints of Japonica #CE6E5E

RGB

 RED value IS 206 (80.86% from 255) = 50.24%

 GREEN value IS 110 (43.36% from 255) = 26.83%

 BLUE value IS 94 (37.11% from 255) = 22.93%

R = 50.24%
G = 26.83%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE6E5E (or 0xCE6E5E) is known color: Japonica. HEX triplet: CE, 6E and 5E. RGB value is (206,110,94). Sum of RGB (Red+Green+Blue) = 206+110+94=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6E5E is #3191A1. Grayscale: #898989. Windows color (decimal): -3248546 or 6188750. OLE color: 6188750.

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

Color convert

RGB 206 110 94 -
CMYK 0 0.47 0.54 0.19
HSL 8.57º 0.53% 0.59% -
HSV(B) 8.57º 0.54% 0.81% -
XYZ 33.05 25.08 13.69 -
YUV 136.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 206 110 94 0 0.47 0.54 0.19 8.57 0.53 0.59
Hex CE 6E 5E 0 2F 36 13 9 35 3B
Octal 316 156 136 0 57 66 23 11 65 73
Binary 11001110 1101110 1011110 0 101111 110110 10011 1001 110101 111011

Color Harmonies of #CE6E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6E5E

Black with #CE6E5E

Text Example


Text Example

White with #CE6E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6E5E; }

 p { color: rgb(206,110,94); }

 H1.HeaderClassName
 {
   color: #CE6E5E;
 }
 .AnyTagClassName
 {
   color: #CE6E5E;
 }
</style>

background-color css

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

 a { background-color: rgb(206,110,94); }

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

border-color css

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

 span { border-color: rgb(206,110,94); }

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