Html Css Color HEX #CE795B Japonica

📋 copy color: '#CE795B'

red 206 ◦ green 121 ◦ blue 91

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

Shades of Japonica #CE795B

Tints of Japonica #CE795B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.77%

R = 49.28%
G = 28.95%
B = 21.77%

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

#CE795B (or 0xCE795B) is known color: Japonica. HEX triplet: CE, 79 and 5B. RGB value is (206,121,91). Sum of RGB (Red+Green+Blue) = 206+121+91=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE795B is #3186A4. Grayscale: #8F8F8F. Windows color (decimal): -3245733 or 5994958. OLE color: 5994958.

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

Color convert

RGB 206 121 91 -
CMYK 0 0.41 0.56 0.19
HSL 15.65º 0.54% 0.58% -
HSV(B) 15.65º 0.56% 0.81% -
XYZ 34.18 27.55 13.41 -
YUV 143 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 206 121 91 0 0.41 0.56 0.19 15.65 0.54 0.58
Hex CE 79 5B 0 29 38 13 10 36 3A
Octal 316 171 133 0 51 70 23 20 66 72
Binary 11001110 1111001 1011011 0 101001 111000 10011 10000 110110 111010

Color Harmonies of #CE795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE795B

Black with #CE795B

Text Example


Text Example

White with #CE795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE795B; }

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

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

background-color css

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

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

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

border-color css

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

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

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