Html Css Color HEX #C46F58 Japonica

📋 copy color: '#C46F58'

red 196 ◦ green 111 ◦ blue 88

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

Shades of Japonica #C46F58

Tints of Japonica #C46F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.28%

R = 49.62%
G = 28.1%
B = 22.28%

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

#C46F58 (or 0xC46F58) is known color: Japonica. HEX triplet: C4, 6F and 58. RGB value is (196,111,88). Sum of RGB (Red+Green+Blue) = 196+111+88=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F58 is #3B90A7. Grayscale: #858585. Windows color (decimal): -3903656 or 5795780. OLE color: 5795780.

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

Color convert

RGB 196 111 88 -
CMYK 0 0.43 0.55 0.23
HSL 12.78º 0.48% 0.56% -
HSV(B) 12.78º 0.55% 0.77% -
XYZ 30.21 23.81 12.24 -
YUV 133.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 196 111 88 0 0.43 0.55 0.23 12.78 0.48 0.56
Hex C4 6F 58 0 2B 37 17 D 30 38
Octal 304 157 130 0 53 67 27 15 60 70
Binary 11000100 1101111 1011000 0 101011 110111 10111 1101 110000 111000

Color Harmonies of #C46F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F58

Black with #C46F58

Text Example


Text Example

White with #C46F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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