Html Css Color HEX #CE7156 Japonica

📋 copy color: '#CE7156'

red 206 ◦ green 113 ◦ blue 86

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

Shades of Japonica #CE7156

Tints of Japonica #CE7156

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.9%

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

R = 50.86%
G = 27.9%
B = 21.23%

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

#CE7156 (or 0xCE7156) is known color: Japonica. HEX triplet: CE, 71 and 56. RGB value is (206,113,86). Sum of RGB (Red+Green+Blue) = 206+113+86=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7156 is #318EA9. Grayscale: #898989. Windows color (decimal): -3247786 or 5665230. OLE color: 5665230.

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

Color convert

RGB 206 113 86 -
CMYK 0 0.45 0.58 0.19
HSL 13.5º 0.55% 0.57% -
HSV(B) 13.5º 0.58% 0.81% -
XYZ 33.04 25.6 12 -
YUV 137.73 98.81 176.7 -
System Red Green Blue C M Y K H S L
Decimal 206 113 86 0 0.45 0.58 0.19 13.5 0.55 0.57
Hex CE 71 56 0 2D 3A 13 E 37 39
Octal 316 161 126 0 55 72 23 16 67 71
Binary 11001110 1110001 1010110 0 101101 111010 10011 1110 110111 111001

Color Harmonies of #CE7156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7156

Black with #CE7156

Text Example


Text Example

White with #CE7156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7156; }

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

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

background-color css

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

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

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

border-color css

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

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

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