Html Css Color HEX #CE7259 Japonica

📋 copy color: '#CE7259'

red 206 ◦ green 114 ◦ blue 89

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

Shades of Japonica #CE7259

Tints of Japonica #CE7259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.87%

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

R = 50.37%
G = 27.87%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE7259 (or 0xCE7259) is known color: Japonica. HEX triplet: CE, 72 and 59. RGB value is (206,114,89). Sum of RGB (Red+Green+Blue) = 206+114+89=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7259 is #318DA6. Grayscale: #8A8A8A. Windows color (decimal): -3247527 or 5862094. OLE color: 5862094.

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

Color convert

RGB 206 114 89 -
CMYK 0 0.45 0.57 0.19
HSL 12.82º 0.54% 0.58% -
HSV(B) 12.82º 0.57% 0.81% -
XYZ 33.27 25.88 12.69 -
YUV 138.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 206 114 89 0 0.45 0.57 0.19 12.82 0.54 0.58
Hex CE 72 59 0 2D 39 13 D 36 3A
Octal 316 162 131 0 55 71 23 15 66 72
Binary 11001110 1110010 1011001 0 101101 111001 10011 1101 110110 111010

Color Harmonies of #CE7259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7259

Black with #CE7259

Text Example


Text Example

White with #CE7259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7259; }

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

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

background-color css

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

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

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

border-color css

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

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

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