Html Css Color HEX #C47256 Japonica

📋 copy color: '#C47256'

red 196 ◦ green 114 ◦ blue 86

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

Shades of Japonica #C47256

Tints of Japonica #C47256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.79%

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

R = 49.49%
G = 28.79%
B = 21.72%

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

#C47256 (or 0xC47256) is known color: Japonica. HEX triplet: C4, 72 and 56. RGB value is (196,114,86). Sum of RGB (Red+Green+Blue) = 196+114+86=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C47256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47256 is #3B8DA9. Grayscale: #878787. Windows color (decimal): -3902890 or 5665476. OLE color: 5665476.

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

Color convert

RGB 196 114 86 -
CMYK 0 0.42 0.56 0.23
HSL 15.27º 0.48% 0.55% -
HSV(B) 15.27º 0.56% 0.77% -
XYZ 30.46 24.44 11.92 -
YUV 135.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 196 114 86 0 0.42 0.56 0.23 15.27 0.48 0.55
Hex C4 72 56 0 2A 38 17 F 30 37
Octal 304 162 126 0 52 70 27 17 60 67
Binary 11000100 1110010 1010110 0 101010 111000 10111 1111 110000 110111

Color Harmonies of #C47256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47256

Black with #C47256

Text Example


Text Example

White with #C47256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47256; }

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

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

background-color css

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

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

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

border-color css

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

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

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