Html Css Color HEX #CE795A Japonica

📋 copy color: '#CE795A'

red 206 ◦ green 121 ◦ blue 90

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

Shades of Japonica #CE795A

Tints of Japonica #CE795A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.58%

R = 49.4%
G = 29.02%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE795A (or 0xCE795A) is known color: Japonica. HEX triplet: CE, 79 and 5A. RGB value is (206,121,90). Sum of RGB (Red+Green+Blue) = 206+121+90=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE795A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE795A is #3186A5. Grayscale: #8F8F8F. Windows color (decimal): -3245734 or 5929422. OLE color: 5929422.

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

Color convert

RGB 206 121 90 -
CMYK 0 0.41 0.56 0.19
HSL 16.03º 0.54% 0.58% -
HSV(B) 16.03º 0.56% 0.81% -
XYZ 34.14 27.53 13.19 -
YUV 142.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 206 121 90 0 0.41 0.56 0.19 16.03 0.54 0.58
Hex CE 79 5A 0 29 38 13 10 36 3A
Octal 316 171 132 0 51 70 23 20 66 72
Binary 11001110 1111001 1011010 0 101001 111000 10011 10000 110110 111010

Color Harmonies of #CE795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE795A

Black with #CE795A

Text Example


Text Example

White with #CE795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE795A; }

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

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

background-color css

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

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

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

border-color css

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

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

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