Html Css Color HEX #C07857 Japonica

📋 copy color: '#C07857'

red 192 ◦ green 120 ◦ blue 87

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

Shades of Japonica #C07857

Tints of Japonica #C07857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.8%

R = 48.12%
G = 30.08%
B = 21.8%

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

#C07857 (or 0xC07857) is known color: Japonica. HEX triplet: C0, 78 and 57. RGB value is (192,120,87). Sum of RGB (Red+Green+Blue) = 192+120+87=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C07857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07857 is #3F87A8. Grayscale: #898989. Windows color (decimal): -4163497 or 5732544. OLE color: 5732544.

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

Color convert

RGB 192 120 87 -
CMYK 0 0.38 0.55 0.25
HSL 18.86º 0.45% 0.55% -
HSV(B) 18.86º 0.55% 0.75% -
XYZ 30.18 25.33 12.32 -
YUV 137.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 192 120 87 0 0.38 0.55 0.25 18.86 0.45 0.55
Hex C0 78 57 0 26 37 19 13 2D 37
Octal 300 170 127 0 46 67 31 23 55 67
Binary 11000000 1111000 1010111 0 100110 110111 11001 10011 101101 110111

Color Harmonies of #C07857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07857

Black with #C07857

Text Example


Text Example

White with #C07857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07857; }

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

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

background-color css

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

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

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

border-color css

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

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

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