Html Css Color HEX #CE785A Japonica

📋 copy color: '#CE785A'

red 206 ◦ green 120 ◦ blue 90

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

Shades of Japonica #CE785A

Tints of Japonica #CE785A

RGB

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

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

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

R = 49.52%
G = 28.85%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE785A (or 0xCE785A) is known color: Japonica. HEX triplet: CE, 78 and 5A. RGB value is (206,120,90). Sum of RGB (Red+Green+Blue) = 206+120+90=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE785A is #3187A5. Grayscale: #8E8E8E. Windows color (decimal): -3245990 or 5929166. OLE color: 5929166.

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

Color convert

RGB 206 120 90 -
CMYK 0 0.42 0.56 0.19
HSL 15.52º 0.54% 0.58% -
HSV(B) 15.52º 0.56% 0.81% -
XYZ 34.02 27.29 13.15 -
YUV 142.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 206 120 90 0 0.42 0.56 0.19 15.52 0.54 0.58
Hex CE 78 5A 0 2A 38 13 10 36 3A
Octal 316 170 132 0 52 70 23 20 66 72
Binary 11001110 1111000 1011010 0 101010 111000 10011 10000 110110 111010

Color Harmonies of #CE785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE785A

Black with #CE785A

Text Example


Text Example

White with #CE785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE785A; }

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

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

background-color css

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

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

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

border-color css

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

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

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