Html Css Color HEX #C47056 Japonica

📋 copy color: '#C47056'

red 196 ◦ green 112 ◦ blue 86

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

Shades of Japonica #C47056

Tints of Japonica #C47056

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.43%

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

R = 49.75%
G = 28.43%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C47056 (or 0xC47056) is known color: Japonica. HEX triplet: C4, 70 and 56. RGB value is (196,112,86). Sum of RGB (Red+Green+Blue) = 196+112+86=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C47056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47056 is #3B8FA9. Grayscale: #868686. Windows color (decimal): -3903402 or 5664964. OLE color: 5664964.

HSL color Cylindrical-coordinate representation of color #C47056: hue angle of 14.18º 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 #C47056 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 112 86 -
CMYK 0 0.43 0.56 0.23
HSL 14.18º 0.48% 0.55% -
HSV(B) 14.18º 0.56% 0.77% -
XYZ 30.24 24 11.84 -
YUV 134.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 196 112 86 0 0.43 0.56 0.23 14.18 0.48 0.55
Hex C4 70 56 0 2B 38 17 E 30 37
Octal 304 160 126 0 53 70 27 16 60 67
Binary 11000100 1110000 1010110 0 101011 111000 10111 1110 110000 110111

Color Harmonies of #C47056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47056

Black with #C47056

Text Example


Text Example

White with #C47056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47056; }

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

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

background-color css

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

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

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

border-color css

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

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

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