Html Css Color HEX #CE7353 Japonica

📋 copy color: '#CE7353'

red 206 ◦ green 115 ◦ blue 83

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

Shades of Japonica #CE7353

Tints of Japonica #CE7353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.54%

R = 50.99%
G = 28.47%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE7353 (or 0xCE7353) is known color: Japonica. HEX triplet: CE, 73 and 53. RGB value is (206,115,83). Sum of RGB (Red+Green+Blue) = 206+115+83=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7353 is #318CAC. Grayscale: #8A8A8A. Windows color (decimal): -3247277 or 5469134. OLE color: 5469134.

HSL color Cylindrical-coordinate representation of color #CE7353: hue angle of 15.61º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE7353 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 115 83 -
CMYK 0 0.44 0.60 0.19
HSL 15.61º 0.56% 0.57% -
HSV(B) 15.61º 0.6% 0.81% -
XYZ 33.15 26.01 11.46 -
YUV 138.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 206 115 83 0 0.44 0.60 0.19 15.61 0.56 0.57
Hex CE 73 53 0 2C 3C 13 10 38 39
Octal 316 163 123 0 54 74 23 20 70 71
Binary 11001110 1110011 1010011 0 101100 111100 10011 10000 111000 111001

Color Harmonies of #CE7353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7353

Black with #CE7353

Text Example


Text Example

White with #CE7353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7353; }

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

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

background-color css

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

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

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

border-color css

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

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

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