Html Css Color HEX #C46F54 Japonica

📋 copy color: '#C46F54'

red 196 ◦ green 111 ◦ blue 84

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

Shades of Japonica #C46F54

Tints of Japonica #C46F54

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.39%

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

R = 50.13%
G = 28.39%
B = 21.48%

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

#C46F54 (or 0xC46F54) is known color: Japonica. HEX triplet: C4, 6F and 54. RGB value is (196,111,84). Sum of RGB (Red+Green+Blue) = 196+111+84=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F54 is #3B90AB. Grayscale: #858585. Windows color (decimal): -3903660 or 5533636. OLE color: 5533636.

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

Color convert

RGB 196 111 84 -
CMYK 0 0.43 0.57 0.23
HSL 14.46º 0.49% 0.55% -
HSV(B) 14.46º 0.57% 0.77% -
XYZ 30.05 23.74 11.39 -
YUV 133.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 196 111 84 0 0.43 0.57 0.23 14.46 0.49 0.55
Hex C4 6F 54 0 2B 39 17 E 31 37
Octal 304 157 124 0 53 71 27 16 61 67
Binary 11000100 1101111 1010100 0 101011 111001 10111 1110 110001 110111

Color Harmonies of #C46F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F54

Black with #C46F54

Text Example


Text Example

White with #C46F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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