Html Css Color HEX #CE7256 Japonica

📋 copy color: '#CE7256'

red 206 ◦ green 114 ◦ blue 86

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

Shades of Japonica #CE7256

Tints of Japonica #CE7256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.18%

R = 50.74%
G = 28.08%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE7256 (or 0xCE7256) is known color: Japonica. HEX triplet: CE, 72 and 56. RGB value is (206,114,86). Sum of RGB (Red+Green+Blue) = 206+114+86=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7256 is #318DA9. Grayscale: #8A8A8A. Windows color (decimal): -3247530 or 5665486. OLE color: 5665486.

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

Color convert

RGB 206 114 86 -
CMYK 0 0.45 0.58 0.19
HSL 14º 0.55% 0.57% -
HSV(B) 14º 0.58% 0.81% -
XYZ 33.15 25.83 12.04 -
YUV 138.32 98.48 176.28 -
System Red Green Blue C M Y K H S L
Decimal 206 114 86 0 0.45 0.58 0.19 14 0.55 0.57
Hex CE 72 56 0 2D 3A 13 E 37 39
Octal 316 162 126 0 55 72 23 16 67 71
Binary 11001110 1110010 1010110 0 101101 111010 10011 1110 110111 111001

Color Harmonies of #CE7256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7256

Black with #CE7256

Text Example


Text Example

White with #CE7256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7256; }

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

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

background-color css

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

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

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

border-color css

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

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

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