Html Css Color HEX #CE7454 Japonica

📋 copy color: '#CE7454'

red 206 ◦ green 116 ◦ blue 84

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

Shades of Japonica #CE7454

Tints of Japonica #CE7454

RGB

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

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

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

R = 50.74%
G = 28.57%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE7454 (or 0xCE7454) is known color: Japonica. HEX triplet: CE, 74 and 54. RGB value is (206,116,84). Sum of RGB (Red+Green+Blue) = 206+116+84=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7454 is #318BAB. Grayscale: #8B8B8B. Windows color (decimal): -3247020 or 5534926. OLE color: 5534926.

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

Color convert

RGB 206 116 84 -
CMYK 0 0.44 0.59 0.19
HSL 15.74º 0.55% 0.57% -
HSV(B) 15.74º 0.59% 0.81% -
XYZ 33.3 26.25 11.7 -
YUV 139.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 206 116 84 0 0.44 0.59 0.19 15.74 0.55 0.57
Hex CE 74 54 0 2C 3B 13 10 37 39
Octal 316 164 124 0 54 73 23 20 67 71
Binary 11001110 1110100 1010100 0 101100 111011 10011 10000 110111 111001

Color Harmonies of #CE7454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7454

Black with #CE7454

Text Example


Text Example

White with #CE7454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7454; }

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

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

background-color css

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

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

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

border-color css

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

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

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