Html Css Color HEX #C47354 Japonica

📋 copy color: '#C47354'

red 196 ◦ green 115 ◦ blue 84

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

Shades of Japonica #C47354

Tints of Japonica #C47354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.27%

R = 49.62%
G = 29.11%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C47354 (or 0xC47354) is known color: Japonica. HEX triplet: C4, 73 and 54. RGB value is (196,115,84). Sum of RGB (Red+Green+Blue) = 196+115+84=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C47354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47354 is #3B8CAB. Grayscale: #878787. Windows color (decimal): -3902636 or 5534660. OLE color: 5534660.

HSL color Cylindrical-coordinate representation of color #C47354: hue angle of 16.61º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C47354 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 115 84 -
CMYK 0 0.41 0.57 0.23
HSL 16.61º 0.49% 0.55% -
HSV(B) 16.61º 0.57% 0.77% -
XYZ 30.5 24.64 11.54 -
YUV 135.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 196 115 84 0 0.41 0.57 0.23 16.61 0.49 0.55
Hex C4 73 54 0 29 39 17 11 31 37
Octal 304 163 124 0 51 71 27 21 61 67
Binary 11000100 1110011 1010100 0 101001 111001 10111 10001 110001 110111

Color Harmonies of #C47354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47354

Black with #C47354

Text Example


Text Example

White with #C47354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47354; }

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

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

background-color css

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

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

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

border-color css

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

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

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