Html Css Color HEX #C47656 Japonica

📋 copy color: '#C47656'

red 196 ◦ green 118 ◦ blue 86

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

Shades of Japonica #C47656

Tints of Japonica #C47656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.5%

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

R = 49%
G = 29.5%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C47656 (or 0xC47656) is known color: Japonica. HEX triplet: C4, 76 and 56. RGB value is (196,118,86). Sum of RGB (Red+Green+Blue) = 196+118+86=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C47656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47656 is #3B89A9. Grayscale: #898989. Windows color (decimal): -3901866 or 5666500. OLE color: 5666500.

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

Color convert

RGB 196 118 86 -
CMYK 0 0.40 0.56 0.23
HSL 17.45º 0.48% 0.55% -
HSV(B) 17.45º 0.56% 0.77% -
XYZ 30.92 25.36 12.07 -
YUV 137.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 196 118 86 0 0.40 0.56 0.23 17.45 0.48 0.55
Hex C4 76 56 0 28 38 17 11 30 37
Octal 304 166 126 0 50 70 27 21 60 67
Binary 11000100 1110110 1010110 0 101000 111000 10111 10001 110000 110111

Color Harmonies of #C47656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47656

Black with #C47656

Text Example


Text Example

White with #C47656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47656; }

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

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

background-color css

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

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

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

border-color css

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

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

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