Html Css Color HEX #C47157 Japonica

📋 copy color: '#C47157'

red 196 ◦ green 113 ◦ blue 87

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

Shades of Japonica #C47157

Tints of Japonica #C47157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.97%

R = 49.49%
G = 28.54%
B = 21.97%

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

#C47157 (or 0xC47157) is known color: Japonica. HEX triplet: C4, 71 and 57. RGB value is (196,113,87). Sum of RGB (Red+Green+Blue) = 196+113+87=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C47157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47157 is #3B8EA8. Grayscale: #878787. Windows color (decimal): -3903145 or 5730756. OLE color: 5730756.

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

Color convert

RGB 196 113 87 -
CMYK 0 0.42 0.56 0.23
HSL 14.31º 0.48% 0.55% -
HSV(B) 14.31º 0.56% 0.77% -
XYZ 30.39 24.23 12.09 -
YUV 134.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 196 113 87 0 0.42 0.56 0.23 14.31 0.48 0.55
Hex C4 71 57 0 2A 38 17 E 30 37
Octal 304 161 127 0 52 70 27 16 60 67
Binary 11000100 1110001 1010111 0 101010 111000 10111 1110 110000 110111

Color Harmonies of #C47157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47157

Black with #C47157

Text Example


Text Example

White with #C47157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47157; }

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

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

background-color css

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

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

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

border-color css

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

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

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