Html Css Color HEX #CE785F Japonica

📋 copy color: '#CE785F'

red 206 ◦ green 120 ◦ blue 95

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

Shades of Japonica #CE785F

Tints of Japonica #CE785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.5%

 BLUE value IS 95 (37.5% from 255) = 22.57%

R = 48.93%
G = 28.5%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE785F (or 0xCE785F) is known color: Japonica. HEX triplet: CE, 78 and 5F. RGB value is (206,120,95). Sum of RGB (Red+Green+Blue) = 206+120+95=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE785F is #3187A0. Grayscale: #8F8F8F. Windows color (decimal): -3245985 or 6256846. OLE color: 6256846.

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

Color convert

RGB 206 120 95 -
CMYK 0 0.42 0.54 0.19
HSL 13.51º 0.53% 0.59% -
HSV(B) 13.51º 0.54% 0.81% -
XYZ 34.24 27.38 14.31 -
YUV 142.86 100.99 173.03 -
System Red Green Blue C M Y K H S L
Decimal 206 120 95 0 0.42 0.54 0.19 13.51 0.53 0.59
Hex CE 78 5F 0 2A 36 13 E 35 3B
Octal 316 170 137 0 52 66 23 16 65 73
Binary 11001110 1111000 1011111 0 101010 110110 10011 1110 110101 111011

Color Harmonies of #CE785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE785F

Black with #CE785F

Text Example


Text Example

White with #CE785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE785F; }

 p { color: rgb(206,120,95); }

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

background-color css

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

 a { background-color: rgb(206,120,95); }

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

border-color css

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

 span { border-color: rgb(206,120,95); }

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