Html Css Color HEX #C46F59 Japonica

📋 copy color: '#C46F59'

red 196 ◦ green 111 ◦ blue 89

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

Shades of Japonica #C46F59

Tints of Japonica #C46F59

RGB

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

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

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

R = 49.49%
G = 28.03%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C46F59 (or 0xC46F59) is known color: Japonica. HEX triplet: C4, 6F and 59. RGB value is (196,111,89). Sum of RGB (Red+Green+Blue) = 196+111+89=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F59 is #3B90A6. Grayscale: #868686. Windows color (decimal): -3903655 or 5861316. OLE color: 5861316.

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

Color convert

RGB 196 111 89 -
CMYK 0 0.43 0.55 0.23
HSL 12.34º 0.48% 0.56% -
HSV(B) 12.34º 0.55% 0.77% -
XYZ 30.25 23.83 12.46 -
YUV 133.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 196 111 89 0 0.43 0.55 0.23 12.34 0.48 0.56
Hex C4 6F 59 0 2B 37 17 C 30 38
Octal 304 157 131 0 53 67 27 14 60 70
Binary 11000100 1101111 1011001 0 101011 110111 10111 1100 110000 111000

Color Harmonies of #C46F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F59

Black with #C46F59

Text Example


Text Example

White with #C46F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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