Html Css Color HEX #CE7456 Japonica

📋 copy color: '#CE7456'

red 206 ◦ green 116 ◦ blue 86

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

Shades of Japonica #CE7456

Tints of Japonica #CE7456

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.43%

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

R = 50.49%
G = 28.43%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE7456 (or 0xCE7456) is known color: Japonica. HEX triplet: CE, 74 and 56. RGB value is (206,116,86). Sum of RGB (Red+Green+Blue) = 206+116+86=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7456 is #318BA9. Grayscale: #8B8B8B. Windows color (decimal): -3247018 or 5665998. OLE color: 5665998.

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

Color convert

RGB 206 116 86 -
CMYK 0 0.44 0.58 0.19
HSL 15º 0.55% 0.57% -
HSV(B) 15º 0.58% 0.81% -
XYZ 33.38 26.28 12.12 -
YUV 139.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 206 116 86 0 0.44 0.58 0.19 15 0.55 0.57
Hex CE 74 56 0 2C 3A 13 F 37 39
Octal 316 164 126 0 54 72 23 17 67 71
Binary 11001110 1110100 1010110 0 101100 111010 10011 1111 110111 111001

Color Harmonies of #CE7456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7456

Black with #CE7456

Text Example


Text Example

White with #CE7456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7456; }

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

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

background-color css

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

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

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

border-color css

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

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

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