Html Css Color HEX #C47C56 Japonica

📋 copy color: '#C47C56'

red 196 ◦ green 124 ◦ blue 86

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

Shades of Japonica #C47C56

Tints of Japonica #C47C56

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.54%

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

R = 48.28%
G = 30.54%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C47C56 (or 0xC47C56) is known color: Japonica. HEX triplet: C4, 7C and 56. RGB value is (196,124,86). Sum of RGB (Red+Green+Blue) = 196+124+86=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C56 is #3B83A9. Grayscale: #8D8D8D. Windows color (decimal): -3900330 or 5668036. OLE color: 5668036.

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

Color convert

RGB 196 124 86 -
CMYK 0 0.37 0.56 0.23
HSL 20.73º 0.48% 0.55% -
HSV(B) 20.73º 0.56% 0.77% -
XYZ 31.65 26.82 12.31 -
YUV 141.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 196 124 86 0 0.37 0.56 0.23 20.73 0.48 0.55
Hex C4 7C 56 0 25 38 17 15 30 37
Octal 304 174 126 0 45 70 27 25 60 67
Binary 11000100 1111100 1010110 0 100101 111000 10111 10101 110000 110111

Color Harmonies of #C47C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C56

Black with #C47C56

Text Example


Text Example

White with #C47C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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