Html Css Color HEX #CE7054 Japonica

📋 copy color: '#CE7054'

red 206 ◦ green 112 ◦ blue 84

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

Shades of Japonica #CE7054

Tints of Japonica #CE7054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.86%

 BLUE value IS 84 (33.2% from 255) = 20.9%

R = 51.24%
G = 27.86%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE7054 (or 0xCE7054) is known color: Japonica. HEX triplet: CE, 70 and 54. RGB value is (206,112,84). Sum of RGB (Red+Green+Blue) = 206+112+84=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7054 is #318FAB. Grayscale: #898989. Windows color (decimal): -3248044 or 5533902. OLE color: 5533902.

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

Color convert

RGB 206 112 84 -
CMYK 0 0.46 0.59 0.19
HSL 13.77º 0.55% 0.57% -
HSV(B) 13.77º 0.59% 0.81% -
XYZ 32.85 25.35 11.55 -
YUV 136.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 206 112 84 0 0.46 0.59 0.19 13.77 0.55 0.57
Hex CE 70 54 0 2E 3B 13 E 37 39
Octal 316 160 124 0 56 73 23 16 67 71
Binary 11001110 1110000 1010100 0 101110 111011 10011 1110 110111 111001

Color Harmonies of #CE7054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7054

Black with #CE7054

Text Example


Text Example

White with #CE7054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7054; }

 p { color: rgb(206,112,84); }

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

background-color css

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

 a { background-color: rgb(206,112,84); }

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

border-color css

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

 span { border-color: rgb(206,112,84); }

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