Html Css Color HEX #C47057 Japonica

📋 copy color: '#C47057'

red 196 ◦ green 112 ◦ blue 87

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

Shades of Japonica #C47057

Tints of Japonica #C47057

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.35%

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

R = 49.62%
G = 28.35%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C47057 (or 0xC47057) is known color: Japonica. HEX triplet: C4, 70 and 57. RGB value is (196,112,87). Sum of RGB (Red+Green+Blue) = 196+112+87=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C47057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47057 is #3B8FA8. Grayscale: #868686. Windows color (decimal): -3903401 or 5730500. OLE color: 5730500.

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

Color convert

RGB 196 112 87 -
CMYK 0 0.43 0.56 0.23
HSL 13.76º 0.48% 0.55% -
HSV(B) 13.76º 0.56% 0.77% -
XYZ 30.28 24.01 12.06 -
YUV 134.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 196 112 87 0 0.43 0.56 0.23 13.76 0.48 0.55
Hex C4 70 57 0 2B 38 17 E 30 37
Octal 304 160 127 0 53 70 27 16 60 67
Binary 11000100 1110000 1010111 0 101011 111000 10111 1110 110000 110111

Color Harmonies of #C47057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47057

Black with #C47057

Text Example


Text Example

White with #C47057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47057; }

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

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

background-color css

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

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

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

border-color css

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

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

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