Html Css Color HEX #C47356 Japonica

📋 copy color: '#C47356'

red 196 ◦ green 115 ◦ blue 86

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

Shades of Japonica #C47356

Tints of Japonica #C47356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.97%

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

R = 49.37%
G = 28.97%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C47356 (or 0xC47356) is known color: Japonica. HEX triplet: C4, 73 and 56. RGB value is (196,115,86). Sum of RGB (Red+Green+Blue) = 196+115+86=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C47356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47356 is #3B8CA9. Grayscale: #888888. Windows color (decimal): -3902634 or 5665732. OLE color: 5665732.

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

Color convert

RGB 196 115 86 -
CMYK 0 0.41 0.56 0.23
HSL 15.82º 0.48% 0.55% -
HSV(B) 15.82º 0.56% 0.77% -
XYZ 30.58 24.67 11.95 -
YUV 135.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 196 115 86 0 0.41 0.56 0.23 15.82 0.48 0.55
Hex C4 73 56 0 29 38 17 10 30 37
Octal 304 163 126 0 51 70 27 20 60 67
Binary 11000100 1110011 1010110 0 101001 111000 10111 10000 110000 110111

Color Harmonies of #C47356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47356

Black with #C47356

Text Example


Text Example

White with #C47356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47356; }

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

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

background-color css

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

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

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

border-color css

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

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

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