Html Css Color HEX #C4785B Japonica

📋 copy color: '#C4785B'

red 196 ◦ green 120 ◦ blue 91

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

Shades of Japonica #C4785B

Tints of Japonica #C4785B

RGB

 RED value IS 196 (76.95% from 255) = 48.16%

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

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

R = 48.16%
G = 29.48%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4785B (or 0xC4785B) is known color: Japonica. HEX triplet: C4, 78 and 5B. RGB value is (196,120,91). Sum of RGB (Red+Green+Blue) = 196+120+91=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4785B is #3B87A4. Grayscale: #8B8B8B. Windows color (decimal): -3901349 or 5994692. OLE color: 5994692.

HSL color Cylindrical-coordinate representation of color #C4785B: hue angle of 16.57º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4785B is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 120 91 -
CMYK 0 0.39 0.54 0.23
HSL 16.57º 0.47% 0.56% -
HSV(B) 16.57º 0.54% 0.77% -
XYZ 31.37 25.92 13.25 -
YUV 139.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 196 120 91 0 0.39 0.54 0.23 16.57 0.47 0.56
Hex C4 78 5B 0 27 36 17 11 2F 38
Octal 304 170 133 0 47 66 27 21 57 70
Binary 11000100 1111000 1011011 0 100111 110110 10111 10001 101111 111000

Color Harmonies of #C4785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4785B

Black with #C4785B

Text Example


Text Example

White with #C4785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4785B; }

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

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

background-color css

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

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

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

border-color css

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

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

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