Html Css Color HEX #C47059 Japonica

📋 copy color: '#C47059'

red 196 ◦ green 112 ◦ blue 89

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

Shades of Japonica #C47059

Tints of Japonica #C47059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.42%

R = 49.37%
G = 28.21%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C47059 (or 0xC47059) is known color: Japonica. HEX triplet: C4, 70 and 59. RGB value is (196,112,89). Sum of RGB (Red+Green+Blue) = 196+112+89=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C47059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47059 is #3B8FA6. Grayscale: #868686. Windows color (decimal): -3903399 or 5861572. OLE color: 5861572.

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

Color convert

RGB 196 112 89 -
CMYK 0 0.43 0.55 0.23
HSL 12.9º 0.48% 0.56% -
HSV(B) 12.9º 0.55% 0.77% -
XYZ 30.36 24.05 12.49 -
YUV 134.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 196 112 89 0 0.43 0.55 0.23 12.9 0.48 0.56
Hex C4 70 59 0 2B 37 17 D 30 38
Octal 304 160 131 0 53 67 27 15 60 70
Binary 11000100 1110000 1011001 0 101011 110111 10111 1101 110000 111000

Color Harmonies of #C47059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47059

Black with #C47059

Text Example


Text Example

White with #C47059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47059; }

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

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

background-color css

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

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

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

border-color css

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

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

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