Html Css Color HEX #C27856 Japonica

📋 copy color: '#C27856'

red 194 ◦ green 120 ◦ blue 86

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

Shades of Japonica #C27856

Tints of Japonica #C27856

RGB

 RED value IS 194 (76.17% from 255) = 48.5%

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

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

R = 48.5%
G = 30%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C27856 (or 0xC27856) is known color: Japonica. HEX triplet: C2, 78 and 56. RGB value is (194,120,86). Sum of RGB (Red+Green+Blue) = 194+120+86=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C27856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27856 is #3D87A9. Grayscale: #8A8A8A. Windows color (decimal): -4032426 or 5667010. OLE color: 5667010.

HSL color Cylindrical-coordinate representation of color #C27856: hue angle of 18.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C27856 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 120 86 -
CMYK 0 0.38 0.56 0.24
HSL 18.89º 0.47% 0.55% -
HSV(B) 18.89º 0.56% 0.76% -
XYZ 30.64 25.57 12.13 -
YUV 138.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 194 120 86 0 0.38 0.56 0.24 18.89 0.47 0.55
Hex C2 78 56 0 26 38 18 13 2F 37
Octal 302 170 126 0 46 70 30 23 57 67
Binary 11000010 1111000 1010110 0 100110 111000 11000 10011 101111 110111

Color Harmonies of #C27856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27856

Black with #C27856

Text Example


Text Example

White with #C27856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27856; }

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

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

background-color css

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

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

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

border-color css

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

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

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