Html Css Color HEX #C47158 Japonica

📋 copy color: '#C47158'

red 196 ◦ green 113 ◦ blue 88

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

Shades of Japonica #C47158

Tints of Japonica #C47158

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.46%

 BLUE value IS 88 (34.77% from 255) = 22.17%

R = 49.37%
G = 28.46%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C47158 (or 0xC47158) is known color: Japonica. HEX triplet: C4, 71 and 58. RGB value is (196,113,88). Sum of RGB (Red+Green+Blue) = 196+113+88=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C47158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47158 is #3B8EA7. Grayscale: #878787. Windows color (decimal): -3903144 or 5796292. OLE color: 5796292.

HSL color Cylindrical-coordinate representation of color #C47158: hue angle of 13.89º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C47158 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 113 88 -
CMYK 0 0.42 0.55 0.23
HSL 13.89º 0.48% 0.56% -
HSV(B) 13.89º 0.55% 0.77% -
XYZ 30.43 24.25 12.31 -
YUV 134.97 101.5 171.53 -
System Red Green Blue C M Y K H S L
Decimal 196 113 88 0 0.42 0.55 0.23 13.89 0.48 0.56
Hex C4 71 58 0 2A 37 17 E 30 38
Octal 304 161 130 0 52 67 27 16 60 70
Binary 11000100 1110001 1011000 0 101010 110111 10111 1110 110000 111000

Color Harmonies of #C47158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47158

Black with #C47158

Text Example


Text Example

White with #C47158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47158; }

 p { color: rgb(196,113,88); }

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

background-color css

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

 a { background-color: rgb(196,113,88); }

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

border-color css

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

 span { border-color: rgb(196,113,88); }

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