Html Css Color HEX #CE7656 Japonica

📋 copy color: '#CE7656'

red 206 ◦ green 118 ◦ blue 86

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

Shades of Japonica #CE7656

Tints of Japonica #CE7656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.78%

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

R = 50.24%
G = 28.78%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE7656 (or 0xCE7656) is known color: Japonica. HEX triplet: CE, 76 and 56. RGB value is (206,118,86). Sum of RGB (Red+Green+Blue) = 206+118+86=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7656 is #3189A9. Grayscale: #8C8C8C. Windows color (decimal): -3246506 or 5666510. OLE color: 5666510.

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

Color convert

RGB 206 118 86 -
CMYK 0 0.43 0.58 0.19
HSL 16º 0.55% 0.57% -
HSV(B) 16º 0.58% 0.81% -
XYZ 33.61 26.75 12.2 -
YUV 140.66 97.15 174.6 -
System Red Green Blue C M Y K H S L
Decimal 206 118 86 0 0.43 0.58 0.19 16 0.55 0.57
Hex CE 76 56 0 2B 3A 13 10 37 39
Octal 316 166 126 0 53 72 23 20 67 71
Binary 11001110 1110110 1010110 0 101011 111010 10011 10000 110111 111001

Color Harmonies of #CE7656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7656

Black with #CE7656

Text Example


Text Example

White with #CE7656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7656; }

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

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

background-color css

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

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

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

border-color css

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

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

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