Html Css Color HEX #CE785B Japonica

📋 copy color: '#CE785B'

red 206 ◦ green 120 ◦ blue 91

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

Shades of Japonica #CE785B

Tints of Japonica #CE785B

RGB

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

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

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

R = 49.4%
G = 28.78%
B = 21.82%

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

#CE785B (or 0xCE785B) is known color: Japonica. HEX triplet: CE, 78 and 5B. RGB value is (206,120,91). Sum of RGB (Red+Green+Blue) = 206+120+91=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE785B is #3187A4. Grayscale: #8E8E8E. Windows color (decimal): -3245989 or 5994702. OLE color: 5994702.

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

Color convert

RGB 206 120 91 -
CMYK 0 0.42 0.56 0.19
HSL 15.13º 0.54% 0.58% -
HSV(B) 15.13º 0.56% 0.81% -
XYZ 34.06 27.31 13.37 -
YUV 142.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 206 120 91 0 0.42 0.56 0.19 15.13 0.54 0.58
Hex CE 78 5B 0 2A 38 13 F 36 3A
Octal 316 170 133 0 52 70 23 17 66 72
Binary 11001110 1111000 1011011 0 101010 111000 10011 1111 110110 111010

Color Harmonies of #CE785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE785B

Black with #CE785B

Text Example


Text Example

White with #CE785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE785B; }

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

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

background-color css

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

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

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

border-color css

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

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

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