Html Css Color HEX #C4785A Japonica

📋 copy color: '#C4785A'

red 196 ◦ green 120 ◦ blue 90

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

Shades of Japonica #C4785A

Tints of Japonica #C4785A

RGB

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

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

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

R = 48.28%
G = 29.56%
B = 22.17%

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

#C4785A (or 0xC4785A) is known color: Japonica. HEX triplet: C4, 78 and 5A. RGB value is (196,120,90). Sum of RGB (Red+Green+Blue) = 196+120+90=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4785A is #3B87A5. Grayscale: #8B8B8B. Windows color (decimal): -3901350 or 5929156. OLE color: 5929156.

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

Color convert

RGB 196 120 90 -
CMYK 0 0.39 0.54 0.23
HSL 16.98º 0.47% 0.56% -
HSV(B) 16.98º 0.54% 0.77% -
XYZ 31.33 25.91 13.02 -
YUV 139.3 100.18 168.44 -
System Red Green Blue C M Y K H S L
Decimal 196 120 90 0 0.39 0.54 0.23 16.98 0.47 0.56
Hex C4 78 5A 0 27 36 17 11 2F 38
Octal 304 170 132 0 47 66 27 21 57 70
Binary 11000100 1111000 1011010 0 100111 110110 10111 10001 101111 111000

Color Harmonies of #C4785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4785A

Black with #C4785A

Text Example


Text Example

White with #C4785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4785A; }

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

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

background-color css

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

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

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

border-color css

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

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

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