Html Css Color HEX #C47254 Japonica

📋 copy color: '#C47254'

red 196 ◦ green 114 ◦ blue 84

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

Shades of Japonica #C47254

Tints of Japonica #C47254

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.93%

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

R = 49.75%
G = 28.93%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C47254 (or 0xC47254) is known color: Japonica. HEX triplet: C4, 72 and 54. RGB value is (196,114,84). Sum of RGB (Red+Green+Blue) = 196+114+84=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C47254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47254 is #3B8DAB. Grayscale: #878787. Windows color (decimal): -3902892 or 5534404. OLE color: 5534404.

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

Color convert

RGB 196 114 84 -
CMYK 0 0.42 0.57 0.23
HSL 16.07º 0.49% 0.55% -
HSV(B) 16.07º 0.57% 0.77% -
XYZ 30.38 24.41 11.5 -
YUV 135.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 196 114 84 0 0.42 0.57 0.23 16.07 0.49 0.55
Hex C4 72 54 0 2A 39 17 10 31 37
Octal 304 162 124 0 52 71 27 20 61 67
Binary 11000100 1110010 1010100 0 101010 111001 10111 10000 110001 110111

Color Harmonies of #C47254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47254

Black with #C47254

Text Example


Text Example

White with #C47254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47254; }

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

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

background-color css

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

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

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

border-color css

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

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

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