Html Css Color HEX #CE7059 Japonica

📋 copy color: '#CE7059'

red 206 ◦ green 112 ◦ blue 89

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

Shades of Japonica #CE7059

Tints of Japonica #CE7059

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.52%

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

R = 50.61%
G = 27.52%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE7059 (or 0xCE7059) is known color: Japonica. HEX triplet: CE, 70 and 59. RGB value is (206,112,89). Sum of RGB (Red+Green+Blue) = 206+112+89=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7059 is #318FA6. Grayscale: #898989. Windows color (decimal): -3248039 or 5861582. OLE color: 5861582.

HSL color Cylindrical-coordinate representation of color #CE7059: hue angle of 11.79º 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 #CE7059 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 89 -
CMYK 0 0.46 0.57 0.19
HSL 11.79º 0.54% 0.58% -
HSV(B) 11.79º 0.57% 0.81% -
XYZ 33.05 25.43 12.62 -
YUV 137.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 206 112 89 0 0.46 0.57 0.19 11.79 0.54 0.58
Hex CE 70 59 0 2E 39 13 C 36 3A
Octal 316 160 131 0 56 71 23 14 66 72
Binary 11001110 1110000 1011001 0 101110 111001 10011 1100 110110 111010

Color Harmonies of #CE7059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7059

Black with #CE7059

Text Example


Text Example

White with #CE7059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7059; }

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

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

background-color css

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

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

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

border-color css

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

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

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