Html Css Color HEX #CE795D Japonica

📋 copy color: '#CE795D'

red 206 ◦ green 121 ◦ blue 93

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

Shades of Japonica #CE795D

Tints of Japonica #CE795D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.14%

R = 49.05%
G = 28.81%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE795D (or 0xCE795D) is known color: Japonica. HEX triplet: CE, 79 and 5D. RGB value is (206,121,93). Sum of RGB (Red+Green+Blue) = 206+121+93=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE795D is #3186A2. Grayscale: #8F8F8F. Windows color (decimal): -3245731 or 6126030. OLE color: 6126030.

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

Color convert

RGB 206 121 93 -
CMYK 0 0.41 0.55 0.19
HSL 14.87º 0.54% 0.59% -
HSV(B) 14.87º 0.55% 0.81% -
XYZ 34.27 27.59 13.87 -
YUV 143.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 206 121 93 0 0.41 0.55 0.19 14.87 0.54 0.59
Hex CE 79 5D 0 29 37 13 F 36 3B
Octal 316 171 135 0 51 67 23 17 66 73
Binary 11001110 1111001 1011101 0 101001 110111 10011 1111 110110 111011

Color Harmonies of #CE795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE795D

Black with #CE795D

Text Example


Text Example

White with #CE795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE795D; }

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

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

background-color css

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

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

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

border-color css

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

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

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