Html Css Color HEX #CE795E Japonica

📋 copy color: '#CE795E'

red 206 ◦ green 121 ◦ blue 94

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

Shades of Japonica #CE795E

Tints of Japonica #CE795E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.74%

 BLUE value IS 94 (37.11% from 255) = 22.33%

R = 48.93%
G = 28.74%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE795E (or 0xCE795E) is known color: Japonica. HEX triplet: CE, 79 and 5E. RGB value is (206,121,94). Sum of RGB (Red+Green+Blue) = 206+121+94=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE795E is #3186A1. Grayscale: #8F8F8F. Windows color (decimal): -3245730 or 6191566. OLE color: 6191566.

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

Color convert

RGB 206 121 94 -
CMYK 0 0.41 0.54 0.19
HSL 14.46º 0.53% 0.59% -
HSV(B) 14.46º 0.54% 0.81% -
XYZ 34.31 27.6 14.11 -
YUV 143.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 206 121 94 0 0.41 0.54 0.19 14.46 0.53 0.59
Hex CE 79 5E 0 29 36 13 E 35 3B
Octal 316 171 136 0 51 66 23 16 65 73
Binary 11001110 1111001 1011110 0 101001 110110 10011 1110 110101 111011

Color Harmonies of #CE795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE795E

Black with #CE795E

Text Example


Text Example

White with #CE795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE795E; }

 p { color: rgb(206,121,94); }

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

background-color css

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

 a { background-color: rgb(206,121,94); }

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

border-color css

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

 span { border-color: rgb(206,121,94); }

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