Html Css Color HEX #C0785A Japonica

📋 copy color: '#C0785A'

red 192 ◦ green 120 ◦ blue 90

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

Shades of Japonica #C0785A

Tints of Japonica #C0785A

RGB

 RED value IS 192 (75.39% from 255) = 47.76%

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

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

R = 47.76%
G = 29.85%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0785A (or 0xC0785A) is known color: Japonica. HEX triplet: C0, 78 and 5A. RGB value is (192,120,90). Sum of RGB (Red+Green+Blue) = 192+120+90=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0785A is #3F87A5. Grayscale: #8A8A8A. Windows color (decimal): -4163494 or 5929152. OLE color: 5929152.

HSL color Cylindrical-coordinate representation of color #C0785A: hue angle of 17.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0785A is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 90 -
CMYK 0 0.38 0.53 0.25
HSL 17.65º 0.45% 0.55% -
HSV(B) 17.65º 0.53% 0.75% -
XYZ 30.3 25.38 12.97 -
YUV 138.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 192 120 90 0 0.38 0.53 0.25 17.65 0.45 0.55
Hex C0 78 5A 0 26 35 19 12 2D 37
Octal 300 170 132 0 46 65 31 22 55 67
Binary 11000000 1111000 1011010 0 100110 110101 11001 10010 101101 110111

Color Harmonies of #C0785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0785A

Black with #C0785A

Text Example


Text Example

White with #C0785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0785A; }

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

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

background-color css

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

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

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

border-color css

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

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

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