Html Css Color HEX #CE6A59 Japonica

📋 copy color: '#CE6A59'

red 206 ◦ green 106 ◦ blue 89

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

Shades of Japonica #CE6A59

Tints of Japonica #CE6A59

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.43%

 BLUE value IS 89 (35.16% from 255) = 22.19%

R = 51.37%
G = 26.43%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE6A59 (or 0xCE6A59) is known color: Japonica. HEX triplet: CE, 6A and 59. RGB value is (206,106,89). Sum of RGB (Red+Green+Blue) = 206+106+89=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6A59 is #3195A6. Grayscale: #868686. Windows color (decimal): -3249575 or 5860046. OLE color: 5860046.

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

Color convert

RGB 206 106 89 -
CMYK 0 0.49 0.57 0.19
HSL 8.72º 0.54% 0.58% -
HSV(B) 8.72º 0.57% 0.81% -
XYZ 32.41 24.15 12.4 -
YUV 133.96 102.63 179.38 -
System Red Green Blue C M Y K H S L
Decimal 206 106 89 0 0.49 0.57 0.19 8.72 0.54 0.58
Hex CE 6A 59 0 31 39 13 9 36 3A
Octal 316 152 131 0 61 71 23 11 66 72
Binary 11001110 1101010 1011001 0 110001 111001 10011 1001 110110 111010

Color Harmonies of #CE6A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A59

Black with #CE6A59

Text Example


Text Example

White with #CE6A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A59; }

 p { color: rgb(206,106,89); }

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

background-color css

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

 a { background-color: rgb(206,106,89); }

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

border-color css

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

 span { border-color: rgb(206,106,89); }

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