Html Css Color HEX #C47156 Japonica

📋 copy color: '#C47156'

red 196 ◦ green 113 ◦ blue 86

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

Shades of Japonica #C47156

Tints of Japonica #C47156

RGB

 RED value IS 196 (76.95% from 255) = 49.62%

 GREEN value IS 113 (44.53% from 255) = 28.61%

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

R = 49.62%
G = 28.61%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C47156 (or 0xC47156) is known color: Japonica. HEX triplet: C4, 71 and 56. RGB value is (196,113,86). Sum of RGB (Red+Green+Blue) = 196+113+86=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C47156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47156 is #3B8EA9. Grayscale: #868686. Windows color (decimal): -3903146 or 5665220. OLE color: 5665220.

HSL color Cylindrical-coordinate representation of color #C47156: hue angle of 14.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C47156 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 113 86 -
CMYK 0 0.42 0.56 0.23
HSL 14.73º 0.48% 0.55% -
HSV(B) 14.73º 0.56% 0.77% -
XYZ 30.35 24.22 11.88 -
YUV 134.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 196 113 86 0 0.42 0.56 0.23 14.73 0.48 0.55
Hex C4 71 56 0 2A 38 17 F 30 37
Octal 304 161 126 0 52 70 27 17 60 67
Binary 11000100 1110001 1010110 0 101010 111000 10111 1111 110000 110111

Color Harmonies of #C47156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47156

Black with #C47156

Text Example


Text Example

White with #C47156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47156; }

 p { color: rgb(196,113,86); }

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

background-color css

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

 a { background-color: rgb(196,113,86); }

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

border-color css

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

 span { border-color: rgb(196,113,86); }

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