Html Css Color HEX #C47557 Japonica

📋 copy color: '#C47557'

red 196 ◦ green 117 ◦ blue 87

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

Shades of Japonica #C47557

Tints of Japonica #C47557

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.25%

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

R = 49%
G = 29.25%
B = 21.75%

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

#C47557 (or 0xC47557) is known color: Japonica. HEX triplet: C4, 75 and 57. RGB value is (196,117,87). Sum of RGB (Red+Green+Blue) = 196+117+87=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C47557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47557 is #3B8AA8. Grayscale: #898989. Windows color (decimal): -3902121 or 5731780. OLE color: 5731780.

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

Color convert

RGB 196 117 87 -
CMYK 0 0.40 0.56 0.23
HSL 16.51º 0.48% 0.55% -
HSV(B) 16.51º 0.56% 0.77% -
XYZ 30.85 25.15 12.24 -
YUV 137.2 99.67 169.94 -
System Red Green Blue C M Y K H S L
Decimal 196 117 87 0 0.40 0.56 0.23 16.51 0.48 0.55
Hex C4 75 57 0 28 38 17 11 30 37
Octal 304 165 127 0 50 70 27 21 60 67
Binary 11000100 1110101 1010111 0 101000 111000 10111 10001 110000 110111

Color Harmonies of #C47557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47557

Black with #C47557

Text Example


Text Example

White with #C47557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47557; }

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

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

background-color css

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

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

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

border-color css

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

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

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