Html Css Color HEX #C47359 Japonica

📋 copy color: '#C47359'

red 196 ◦ green 115 ◦ blue 89

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

Shades of Japonica #C47359

Tints of Japonica #C47359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.75%

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

R = 49%
G = 28.75%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C47359 (or 0xC47359) is known color: Japonica. HEX triplet: C4, 73 and 59. RGB value is (196,115,89). Sum of RGB (Red+Green+Blue) = 196+115+89=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C47359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47359 is #3B8CA6. Grayscale: #888888. Windows color (decimal): -3902631 or 5862340. OLE color: 5862340.

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

Color convert

RGB 196 115 89 -
CMYK 0 0.41 0.55 0.23
HSL 14.58º 0.48% 0.56% -
HSV(B) 14.58º 0.55% 0.77% -
XYZ 30.7 24.72 12.6 -
YUV 136.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 196 115 89 0 0.41 0.55 0.23 14.58 0.48 0.56
Hex C4 73 59 0 29 37 17 F 30 38
Octal 304 163 131 0 51 67 27 17 60 70
Binary 11000100 1110011 1011001 0 101001 110111 10111 1111 110000 111000

Color Harmonies of #C47359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47359

Black with #C47359

Text Example


Text Example

White with #C47359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47359; }

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

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

background-color css

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

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

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

border-color css

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

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

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