Html Css Color HEX #CE6E5C Japonica

📋 copy color: '#CE6E5C'

red 206 ◦ green 110 ◦ blue 92

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

Shades of Japonica #CE6E5C

Tints of Japonica #CE6E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.55%

R = 50.49%
G = 26.96%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE6E5C (or 0xCE6E5C) is known color: Japonica. HEX triplet: CE, 6E and 5C. RGB value is (206,110,92). Sum of RGB (Red+Green+Blue) = 206+110+92=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6E5C is #3191A3. Grayscale: #888888. Windows color (decimal): -3248548 or 6057678. OLE color: 6057678.

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

Color convert

RGB 206 110 92 -
CMYK 0 0.47 0.55 0.19
HSL 9.47º 0.54% 0.58% -
HSV(B) 9.47º 0.55% 0.81% -
XYZ 32.96 25.05 13.22 -
YUV 136.65 102.8 177.46 -
System Red Green Blue C M Y K H S L
Decimal 206 110 92 0 0.47 0.55 0.19 9.47 0.54 0.58
Hex CE 6E 5C 0 2F 37 13 9 36 3A
Octal 316 156 134 0 57 67 23 11 66 72
Binary 11001110 1101110 1011100 0 101111 110111 10011 1001 110110 111010

Color Harmonies of #CE6E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6E5C

Black with #CE6E5C

Text Example


Text Example

White with #CE6E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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