Html Css Color HEX #C07856 Japonica

📋 copy color: '#C07856'

red 192 ◦ green 120 ◦ blue 86

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

Shades of Japonica #C07856

Tints of Japonica #C07856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.61%

R = 48.24%
G = 30.15%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C07856 (or 0xC07856) is known color: Japonica. HEX triplet: C0, 78 and 56. RGB value is (192,120,86). Sum of RGB (Red+Green+Blue) = 192+120+86=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C07856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07856 is #3F87A9. Grayscale: #898989. Windows color (decimal): -4163498 or 5667008. OLE color: 5667008.

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

Color convert

RGB 192 120 86 -
CMYK 0 0.38 0.55 0.25
HSL 19.25º 0.46% 0.55% -
HSV(B) 19.25º 0.55% 0.75% -
XYZ 30.13 25.31 12.1 -
YUV 137.65 98.85 166.76 -
System Red Green Blue C M Y K H S L
Decimal 192 120 86 0 0.38 0.55 0.25 19.25 0.46 0.55
Hex C0 78 56 0 26 37 19 13 2E 37
Octal 300 170 126 0 46 67 31 23 56 67
Binary 11000000 1111000 1010110 0 100110 110111 11001 10011 101110 110111

Color Harmonies of #C07856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07856

Black with #C07856

Text Example


Text Example

White with #C07856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07856; }

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

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

background-color css

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

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

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

border-color css

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

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

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