Html Css Color HEX #CE7354 Japonica

📋 copy color: '#CE7354'

red 206 ◦ green 115 ◦ blue 84

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

Shades of Japonica #CE7354

Tints of Japonica #CE7354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.4%

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

R = 50.86%
G = 28.4%
B = 20.74%

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

#CE7354 (or 0xCE7354) is known color: Japonica. HEX triplet: CE, 73 and 54. RGB value is (206,115,84). Sum of RGB (Red+Green+Blue) = 206+115+84=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7354 is #318CAB. Grayscale: #8A8A8A. Windows color (decimal): -3247276 or 5534670. OLE color: 5534670.

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

Color convert

RGB 206 115 84 -
CMYK 0 0.44 0.59 0.19
HSL 15.25º 0.55% 0.57% -
HSV(B) 15.25º 0.59% 0.81% -
XYZ 33.18 26.02 11.66 -
YUV 138.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 206 115 84 0 0.44 0.59 0.19 15.25 0.55 0.57
Hex CE 73 54 0 2C 3B 13 F 37 39
Octal 316 163 124 0 54 73 23 17 67 71
Binary 11001110 1110011 1010100 0 101100 111011 10011 1111 110111 111001

Color Harmonies of #CE7354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7354

Black with #CE7354

Text Example


Text Example

White with #CE7354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7354; }

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

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

background-color css

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

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

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

border-color css

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

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

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