Html Css Color HEX #C47054 Japonica

📋 copy color: '#C47054'

red 196 ◦ green 112 ◦ blue 84

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

Shades of Japonica #C47054

Tints of Japonica #C47054

RGB

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

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

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

R = 50%
G = 28.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C47054 (or 0xC47054) is known color: Japonica. HEX triplet: C4, 70 and 54. RGB value is (196,112,84). Sum of RGB (Red+Green+Blue) = 196+112+84=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C47054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47054 is #3B8FAB. Grayscale: #868686. Windows color (decimal): -3903404 or 5533892. OLE color: 5533892.

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

Color convert

RGB 196 112 84 -
CMYK 0 0.43 0.57 0.23
HSL 15º 0.49% 0.55% -
HSV(B) 15º 0.57% 0.77% -
XYZ 30.16 23.96 11.42 -
YUV 133.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 196 112 84 0 0.43 0.57 0.23 15 0.49 0.55
Hex C4 70 54 0 2B 39 17 F 31 37
Octal 304 160 124 0 53 71 27 17 61 67
Binary 11000100 1110000 1010100 0 101011 111001 10111 1111 110001 110111

Color Harmonies of #C47054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47054

Black with #C47054

Text Example


Text Example

White with #C47054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47054; }

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

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

background-color css

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

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

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

border-color css

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

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

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