Html Css Color HEX #C46E58 Japonica

📋 copy color: '#C46E58'

red 196 ◦ green 110 ◦ blue 88

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

Shades of Japonica #C46E58

Tints of Japonica #C46E58

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.92%

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

R = 49.75%
G = 27.92%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C46E58 (or 0xC46E58) is known color: Japonica. HEX triplet: C4, 6E and 58. RGB value is (196,110,88). Sum of RGB (Red+Green+Blue) = 196+110+88=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46E58 is #3B91A7. Grayscale: #858585. Windows color (decimal): -3903912 or 5795524. OLE color: 5795524.

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

Color convert

RGB 196 110 88 -
CMYK 0 0.44 0.55 0.23
HSL 12.22º 0.48% 0.56% -
HSV(B) 12.22º 0.55% 0.77% -
XYZ 30.1 23.59 12.2 -
YUV 133.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 196 110 88 0 0.44 0.55 0.23 12.22 0.48 0.56
Hex C4 6E 58 0 2C 37 17 C 30 38
Octal 304 156 130 0 54 67 27 14 60 70
Binary 11000100 1101110 1011000 0 101100 110111 10111 1100 110000 111000

Color Harmonies of #C46E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46E58

Black with #C46E58

Text Example


Text Example

White with #C46E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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