Html Css Color HEX #C0785B Japonica

📋 copy color: '#C0785B'

red 192 ◦ green 120 ◦ blue 91

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

Shades of Japonica #C0785B

Tints of Japonica #C0785B

RGB

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

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

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

R = 47.64%
G = 29.78%
B = 22.58%

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

#C0785B (or 0xC0785B) is known color: Japonica. HEX triplet: C0, 78 and 5B. RGB value is (192,120,91). Sum of RGB (Red+Green+Blue) = 192+120+91=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0785B is #3F87A4. Grayscale: #8A8A8A. Windows color (decimal): -4163493 or 5994688. OLE color: 5994688.

HSL color Cylindrical-coordinate representation of color #C0785B: hue angle of 17.23º degrees, saturation: 0.44, 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 #C0785B is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 91 -
CMYK 0 0.38 0.53 0.25
HSL 17.23º 0.44% 0.55% -
HSV(B) 17.23º 0.53% 0.75% -
XYZ 30.34 25.39 13.2 -
YUV 138.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 192 120 91 0 0.38 0.53 0.25 17.23 0.44 0.55
Hex C0 78 5B 0 26 35 19 11 2C 37
Octal 300 170 133 0 46 65 31 21 54 67
Binary 11000000 1111000 1011011 0 100110 110101 11001 10001 101100 110111

Color Harmonies of #C0785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0785B

Black with #C0785B

Text Example


Text Example

White with #C0785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0785B; }

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

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

background-color css

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

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

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

border-color css

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

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

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