Html Css Color HEX #C16E56 Japonica

📋 copy color: '#C16E56'

red 193 ◦ green 110 ◦ blue 86

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

Shades of Japonica #C16E56

Tints of Japonica #C16E56

RGB

 RED value IS 193 (75.78% from 255) = 49.61%

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

 BLUE value IS 86 (33.98% from 255) = 22.11%

R = 49.61%
G = 28.28%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C16E56 (or 0xC16E56) is known color: Japonica. HEX triplet: C1, 6E and 56. RGB value is (193,110,86). Sum of RGB (Red+Green+Blue) = 193+110+86=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16E56 is #3E91A9. Grayscale: #848484. Windows color (decimal): -4100522 or 5664449. OLE color: 5664449.

HSL color Cylindrical-coordinate representation of color #C16E56: hue angle of 13.46º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C16E56 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 110 86 -
CMYK 0 0.43 0.55 0.24
HSL 13.46º 0.46% 0.55% -
HSV(B) 13.46º 0.55% 0.76% -
XYZ 29.25 23.16 11.73 -
YUV 132.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 193 110 86 0 0.43 0.55 0.24 13.46 0.46 0.55
Hex C1 6E 56 0 2B 37 18 D 2E 37
Octal 301 156 126 0 53 67 30 15 56 67
Binary 11000001 1101110 1010110 0 101011 110111 11000 1101 101110 110111

Color Harmonies of #C16E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16E56

Black with #C16E56

Text Example


Text Example

White with #C16E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16E56; }

 p { color: rgb(193,110,86); }

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

background-color css

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

 a { background-color: rgb(193,110,86); }

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

border-color css

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

 span { border-color: rgb(193,110,86); }

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